Uses of Interface
com.atlassian.jira.auditing.handlers.CommentHandler
Packages that use CommentHandler
Package
Description
-
Uses of CommentHandler in com.atlassian.jira.auditing.handlers
Classes in com.atlassian.jira.auditing.handlers that implement CommentHandler -
Uses of CommentHandler in com.atlassian.jira.bc.issue.comment
Constructors in com.atlassian.jira.bc.issue.comment with parameters of type CommentHandlerModifierConstructorDescriptionDefaultCommentService(CommentManager commentManager, PermissionManager permissionManager, JiraAuthenticationContext jiraAuthenticationContext, CommentPermissionManager commentPermissionManager, IssueManager issueManager, VisibilityValidator visibilityValidator, TextFieldCharacterLengthValidator textFieldCharacterLengthValidator, CommentsPerIssueLimitValidator commentsPerIssueLimitValidator, CommentHandler commentHandler, CommentPinManager commentPinManager, CommentPropertyService commentPropertyService) -
Uses of CommentHandler in com.atlassian.jira.component.spring.registrar
Methods in com.atlassian.jira.component.spring.registrar that return CommentHandlerModifier and TypeMethodDescriptionAuditingServiceConfiguration.commentHandler(com.atlassian.audit.api.AuditService auditService, JiraAuthenticationContext jiraAuthenticationContext) Methods in com.atlassian.jira.component.spring.registrar with parameters of type CommentHandlerModifier and TypeMethodDescriptionJiraDomainEntitiesConfiguration.commentManager(ProjectRoleManager projectRoleManager, CommentPermissionManager commentPermissionManager, OfBizDelegator delegator, JiraAuthenticationContext jiraAuthenticationContext, TextFieldCharacterLengthValidator textFieldCharacterLengthValidator, CommentsPerIssueLimitValidator commentsPerIssueLimitValidator, UserManager userManager, JsonEntityPropertyManager jsonEntityPropertyManager, CommentPropertyHelper commentPropertyHelper, CommentSearchManager commentSearchManager, CommentEventPublisher commentEventPublisher, IssueUpdater issueUpdater, QueryDSLCommentFactory queryDSLCommentFactory, QueryDslAccessor queryDslAccessor, CommentHandler commentHandler, FeatureManager featureManager, CommentPinManager commentPinManager, ActionDTOToCommentConverter converter, com.atlassian.event.api.EventPublisher eventPublisher, PinnedCommentHandler pinnedCommentHandler) JiraDomainEntitiesConfiguration.commentService(CommentManager commentManager, PermissionManager permissionManager, JiraAuthenticationContext jiraAuthenticationContext, CommentPermissionManager commentPermissionManager, IssueManager issueManager, VisibilityValidator visibilityValidator, TextFieldCharacterLengthValidator textFieldCharacterLengthValidator, CommentsPerIssueLimitValidator commentsPerIssueLimitValidator, CommentHandler commentHandler, CommentPinManager commentPinManager, CommentPropertyService commentPropertyService) -
Uses of CommentHandler in com.atlassian.jira.issue.comments
Constructors in com.atlassian.jira.issue.comments with parameters of type CommentHandlerModifierConstructorDescriptionDefaultCommentManager(ProjectRoleManager projectRoleManager, CommentPermissionManager commentPermissionManager, OfBizDelegator delegator, JiraAuthenticationContext jiraAuthenticationContext, TextFieldCharacterLengthValidator textFieldCharacterLengthValidator, CommentsPerIssueLimitValidator commentsPerIssueLimitValidator, UserManager userManager, JsonEntityPropertyManager jsonEntityPropertyManager, CommentPropertyHelper commentPropertyHelper, CommentSearchManager commentSearchManager, CommentEventPublisher commentEventPublisher, IssueUpdater issueUpdater, QueryDSLCommentFactory queryDSLCommentFactory, QueryDslAccessor queryDslAccessor, CommentHandler commentHandler, FeatureManager featureManager, CommentPinManager commentPinManager, ActionDTOToCommentConverter converter, com.atlassian.event.api.EventPublisher eventPublisher, PinnedCommentHandler pinnedCommentHandler) -
Uses of CommentHandler in com.atlassian.jira.issue.fields
Constructors in com.atlassian.jira.issue.fields with parameters of type CommentHandlerModifierConstructorDescriptionCommentSystemField(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)