| Package | Description |
|---|---|
| com.atlassian.bamboo.build.creation | |
| com.atlassian.bamboo.plan.branch |
| Modifier and Type | Method and Description |
|---|---|
List<BambooVcsBranch> |
PlanCreationBean.getVcsBranches() |
| Modifier and Type | Method and Description |
|---|---|
void |
PlanCreationBean.setVcsBranchesBeingCreated(List<BambooVcsBranch> vcsBranches) |
| Modifier and Type | Method and Description |
|---|---|
List<BambooVcsBranch> |
VcsBranchManager.findByChain(ImmutableChain chain) |
List<BambooVcsBranch> |
VcsBranchDao.findByChain(ImmutableChain chain) |
List<BambooVcsBranch> |
VcsBranchManager.findByChainId(long chainId)
Note: the returned VCS branches will not have a chain associated with them.
|
List<BambooVcsBranch> |
VcsBranchDao.findByChainId(long chainId)
Note: the returned VCS branches will not have a chain associated with them.
|
List<BambooVcsBranch> |
VcsBranchManager.findNotDeletedByChain(ImmutableChain chain)
Given a chain, this will return a list of
BambooVcsBranch of which Bamboo hasn't detected yet
that they were deleted in the repository. |
List<BambooVcsBranch> |
VcsBranchDao.findNotDeletedByChain(ImmutableChain chain)
Given a chain, this will return a list of
BambooVcsBranch of which Bamboo hasn't detected yet
that they were deleted in the repository. |
List<BambooVcsBranch> |
VcsBranchDao.findWithDetectedDeletionDate()
Retrieve a list of
BambooVcsBranch for which a deletion has been detected. |
| Modifier and Type | Method and Description |
|---|---|
void |
VcsBranchManager.save(BambooVcsBranch branch) |
| Modifier and Type | Method and Description |
|---|---|
void |
VcsBranchManager.deleteAll(Collection<BambooVcsBranch> vcsBranches) |
void |
VcsBranchManager.saveAll(Iterable<BambooVcsBranch> vcsBranches) |
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.