Uses of Interface
com.atlassian.bamboo.plan.branch.ChainBranchIdentifier
Package
Description
-
Uses of ChainBranchIdentifier in com.atlassian.bamboo.plan
Modifier and TypeMethodDescription@NotNull List<ChainBranchIdentifier>
PlanDao.getBranchIdentifiersForChain
(@NotNull PlanIdentifier chain) Returns minimal data about all branches which have the given chain as their master@NotNull List<ChainBranchIdentifier>
PlanHibernateDao.getBranchIdentifiersForChain
(@NotNull PlanIdentifier plan) -
Uses of ChainBranchIdentifier in com.atlassian.bamboo.plan.branch
Modifier and TypeMethodDescription@Nullable ChainBranchIdentifier
ChainBranchManager.getBranchWithName
(ImmutableChain masterPlan, String branchName) ChainBranchManagerImpl.getBranchWithName
(ImmutableChain masterPlan, String branchName) Modifier and TypeMethodDescription@NotNull List<ChainBranchIdentifier>
ChainBranchManager.getBranchIdentifiersForChain
(@NotNull PlanIdentifier chain) Get all feature branches associated with the given chain, however on pulls up minimal details about each branch.@NotNull List<ChainBranchIdentifier>
ChainBranchManagerImpl.getBranchIdentifiersForChain
(@NotNull PlanIdentifier chain) -
Uses of ChainBranchIdentifier in com.atlassian.bamboo.plan.branch.cache
-
Uses of ChainBranchIdentifier in com.atlassian.bamboo.plan.cache
-
Uses of ChainBranchIdentifier in com.atlassian.bamboo.trigger.remote
Modifier and TypeMethodDescription@NotNull Function<ChainBranchIdentifier,
io.atlassian.fugue.Either<String, Collection<ChangeDetectionRequiredEvent>>> RemoteTriggerService.toChangeDetectionRequests()