| Package | Description |
|---|---|
| com.atlassian.bamboo.plan | |
| com.atlassian.bamboo.plan.branch | |
| com.atlassian.bamboo.plan.cache |
| Modifier and Type | Method and Description |
|---|---|
List<ChainBranchIdentifier> |
PlanDao.getBranchIdentifiersForChain(PlanIdentifier chain)
Returns minimal data about all branches which have the given chain as their master
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ChainBranch
Represents a branch of a plan.
|
| Modifier and Type | Method and Description |
|---|---|
ChainBranchIdentifier |
ChainBranchManager.getBranchWithName(ImmutableChain masterPlan,
String branchName)
|
| Modifier and Type | Method and Description |
|---|---|
List<ChainBranchIdentifier> |
ChainBranchManager.getBranchIdentifiersForChain(PlanIdentifier chain)
Get all feature branches associated with the given chain, however on pulls up
minimal details about each branch.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ImmutableChainBranch
Interface of an immutable version of
ChainBranch |
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.