Uses of Interface
com.atlassian.bamboo.comment.CommentManager
-
Packages that use CommentManager Package Description com.atlassian.bamboo.build com.atlassian.bamboo.comment com.atlassian.bamboo.resultsummary com.atlassian.bamboo.spring com.atlassian.bamboo.ww2 -
-
Uses of CommentManager in com.atlassian.bamboo.build
Methods in com.atlassian.bamboo.build with parameters of type CommentManager Modifier and Type Method Description void
PlanResultsAction. setCommentManager(CommentManager commentManager)
-
Uses of CommentManager in com.atlassian.bamboo.comment
Classes in com.atlassian.bamboo.comment that implement CommentManager Modifier and Type Class Description class
CommentManagerImpl
Constructors in com.atlassian.bamboo.comment with parameters of type CommentManager Constructor Description CommentServiceImpl(BambooPermissionManager bambooPermissionManager, CommentManager commentManager, JiraIssueUtils jiraIssueUtils, com.atlassian.event.api.EventPublisher eventPublisher)
-
Uses of CommentManager in com.atlassian.bamboo.resultsummary
Methods in com.atlassian.bamboo.resultsummary with parameters of type CommentManager Modifier and Type Method Description void
BuildResultsSummaryManagerImpl. setCommentManager(CommentManager commentManager)
-
Uses of CommentManager in com.atlassian.bamboo.spring
Fields in com.atlassian.bamboo.spring with type parameters of type CommentManager Modifier and Type Field Description static Supplier<CommentManager>
ComponentAccessor. COMMENT_MANAGER
Deprecated. -
Uses of CommentManager in com.atlassian.bamboo.ww2
Constructors in com.atlassian.bamboo.ww2 with parameters of type CommentManager Constructor Description FreemarkerContext(AdministrationConfigurationAccessor administrationConfigurationAccessor, BambooLicenseManager bambooLicenseManager, BambooPermissionManager bambooPermissionManager, BambooUserManager bambooUserManager, BootstrapManager bootstrapManager, CachedPlanManager cachedPlanManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, CommentManager commentManager, DarkFeatureService darkFeatureService, DocumentationLinkProvider documentationLinkProvider, FeatureManager featureManager, GravatarService gravatarService, LinkedDeploymentProjectCacheService linkedDeploymentProjectCacheService, NotificationManager notificationManager, PlanFavouriteService planFavouriteService, PlanManager planManager, com.atlassian.plugin.PluginAccessor pluginAccessor, NodeStatusProvider nodeStatusProvider, StorageCappingService storageCappingService, VcsRepositoryViewerManager vcsRepositoryViewerManager, com.atlassian.plugin.web.api.DynamicWebInterfaceManager webInterfaceManager, com.atlassian.plugin.webresource.WebResourceIntegration webResourceIntegration, SystemInfo systemInfo, com.atlassian.plugin.webresource.WebResourceUrlProvider webResourceUrlProvider, CustomVariableContext customVariableContext, HigherOrderAvatarProvider higherOrderAvatarProvider, BambooClusterNodeHeartbeatService clusterNodeHeartbeatService)
-