Uses of Interface
com.atlassian.bamboo.comment.CommentManager

Packages that use CommentManager
com.atlassian.bamboo.chains   
com.atlassian.bamboo.comment   
com.atlassian.bamboo.plugins.rest.service   
com.atlassian.bamboo.rest   
com.atlassian.bamboo.ww2.actions.comment   
com.atlassian.bamboo.xmpp.commands   
 

Uses of CommentManager in com.atlassian.bamboo.chains
 

Constructors in com.atlassian.bamboo.chains with parameters of type CommentManager
ChainConversionServiceImpl(TestsManager testsManager, LabelManager labelManager, AuditLogService auditLogService, CommentManager commentManager, com.atlassian.bandana.BandanaPersister bandanaPersister)
           
 

Uses of CommentManager in com.atlassian.bamboo.comment
 

Classes in com.atlassian.bamboo.comment that implement CommentManager
 class CommentManagerImpl
           
 

Uses of CommentManager in com.atlassian.bamboo.plugins.rest.service
 

Constructors in com.atlassian.bamboo.plugins.rest.service with parameters of type CommentManager
ResultServiceImpl(BambooUserManager bambooUserManager, ResultsSummaryManager resultsSummaryManager, JiraServerManager jiraServerManager, AdministrationConfigurationManager administrationConfigurationManager, LabelManager labelManager, CommentManager commentManager, com.atlassian.event.EventManager eventManager, ProjectManager projectManager, BuildExecutionManager buildExecutionManager, BuildQueueManager buildQueueManager, PlanManager planManager, PlanExecutionManager planExecutionManager, StageStatusHelper stageStatusHelper, PlanExecutableAgentsHelper planExecutableAgentsHelper)
           
 

Uses of CommentManager in com.atlassian.bamboo.rest
 

Methods in com.atlassian.bamboo.rest that return CommentManager
 CommentManager AddCommentToBuildResults.getCommentManager()
           
 

Methods in com.atlassian.bamboo.rest with parameters of type CommentManager
 void AddCommentToBuildResults.setCommentManager(CommentManager commentManager)
           
 

Uses of CommentManager in com.atlassian.bamboo.ww2.actions.comment
 

Methods in com.atlassian.bamboo.ww2.actions.comment with parameters of type CommentManager
 void EditCommentAction.setCommentManager(CommentManager commentManager)
           
 

Uses of CommentManager in com.atlassian.bamboo.xmpp.commands
 

Methods in com.atlassian.bamboo.xmpp.commands with parameters of type CommentManager
 void AddComment.setCommentManager(CommentManager commentManager)
           
 



Copyright © 2011 Atlassian. All Rights Reserved.