Uses of Interface
com.atlassian.bamboo.chains.branches.BranchStatusService
-
Packages that use BranchStatusService Package Description com.atlassian.bamboo.chains.branches com.atlassian.bamboo.notification.buildcompleted com.atlassian.bamboo.notification.chain -
-
Uses of BranchStatusService in com.atlassian.bamboo.chains.branches
Classes in com.atlassian.bamboo.chains.branches that implement BranchStatusService Modifier and Type Class Description class
BranchStatusServiceImpl
-
Uses of BranchStatusService in com.atlassian.bamboo.notification.buildcompleted
Constructors in com.atlassian.bamboo.notification.buildcompleted with parameters of type BranchStatusService Constructor Description AbstractCompletedNotification(BranchStatusService branchStatusService, CachedPlanManager cachedPlanManager, VcsRepositoryViewerManager vcsRepositoryViewerManager, RepositoryDefinitionManager repositoryDefinitionManager, CustomVariableContext customVariableContext, ResultsSummaryManager resultsSummaryManager)
BuildCompletedNotification(BranchStatusService branchStatusService, CachedPlanManager cachedPlanManager, VcsRepositoryViewerManager vcsRepositoryViewerManager, RepositoryDefinitionManager repositoryDefinitionManager, CustomVariableContext customVariableContext, ResultsSummaryManager resultsSummaryManager)
-
Uses of BranchStatusService in com.atlassian.bamboo.notification.chain
Constructors in com.atlassian.bamboo.notification.chain with parameters of type BranchStatusService Constructor Description ChainCompletedNotification(BranchStatusService branchStatusService, CachedPlanManager cachedPlanManager, TestsManager testsManager, TestQuarantineManager testQuarantineManager, VcsRepositoryViewerManager vcsRepositoryViewerManager, RepositoryDefinitionManager repositoryDefinitionManager, CustomVariableContext customVariableContext, ResultsSummaryManager resultsSummaryManager)
-