Uses of Interface
com.atlassian.jira.issue.fields.renderer.comment.CommentFieldRenderer
Packages that use CommentFieldRenderer
Package
Description
-
Uses of CommentFieldRenderer in com.atlassian.jira.com.rproxy.goskope.component.spring.registrar
Methods in com.atlassian.jira.com.rproxy.goskope.component.spring.registrar that return CommentFieldRendererModifier and TypeMethodDescriptionFullJiraConfiguration.JiraCoreConfiguration.defaultCommentFieldRenderer(com.atlassian.plugin.PluginAccessor pluginAccessor) -
Uses of CommentFieldRenderer in com.atlassian.jira.issue.fields
Constructors in com.atlassian.jira.issue.fields with parameters of type CommentFieldRendererModifierConstructorDescriptionCommentSystemField(VelocityTemplatingEngine templatingEngine, ApplicationProperties applicationProperties, JiraAuthenticationContext authenticationContext, RendererManager rendererManager, PermissionManager permissionManager, CommentService commentService, ProjectRoleManager projectRoleManager, CommentSearchHandlerFactory searchHandlerFactory, GroupManager groupManager, CommentManager commentManager, MentionService mentionService, CommentFieldRenderer commentFieldRenderer, DefaultCommentPropertyService commentPropertyService, I18nHelper.BeanFactory i18nFactory, CsvDateFormatter csvDateFormatter, ServiceDeskVisibilityInformationRetriever serviceDeskVisibilityInformationRetriever, CommentsPerIssueLimitValidator commentsPerIssueLimitValidator, CommentHandler commentHandler, FeatureManager featureManager, ProcessingContext processingContext) -
Uses of CommentFieldRenderer in com.atlassian.jira.issue.fields.renderer.comment
Classes in com.atlassian.jira.issue.fields.renderer.comment that implement CommentFieldRenderer -
Uses of CommentFieldRenderer in com.atlassian.jira.issue.tabpanels
Constructors in com.atlassian.jira.issue.tabpanels with parameters of type CommentFieldRendererModifierConstructorDescriptionCommentAction(IssueTabPanelModuleDescriptor descriptor, Comment comment, boolean canEditComment, boolean canDeleteComment, boolean canReact, boolean commentReactionsEnabled, boolean isHeader, boolean isCollapsed, boolean isPinned, boolean canPin, String pinnedBy, Date pinnedAt, RendererManager rendererManager, FieldLayoutManager fieldLayoutManager, DateTimeFormatter dateTimeFormatter, CommentFieldRenderer commentFieldRenderer, CommentPropertyService commentPropertyService, JiraAuthenticationContext jiraAuthenticationContext) CommentTabPanel(CommentManager commentManager, CommentPinManager commentPinManager, CommentService commentService, CommentPermissionManager commentPermissionManager, CommentReactionsEnabledService commentReactionsEnabledService, IssueManager issueManager, FieldLayoutManager fieldLayoutManager, RendererManager rendererManager, DateTimeFormatter dateTimeFormatter, CommentFieldRenderer commentFieldRenderer, CommentPropertyService commentPropertyService, JiraAuthenticationContext jiraAuthenticationContext)