Package | Description |
---|---|
com.atlassian.bamboo.build.creation | |
com.atlassian.bamboo.migration.stream | |
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 |
---|---|
protected BambooVcsBranch |
VcsBranchMapper.createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor) |
Modifier and Type | Method and Description |
---|---|
void |
VcsBranchMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor cursor,
List<BambooVcsBranch> list,
BambooVcsBranch branch,
long objectIndex,
org.hibernate.Session session) |
protected void |
VcsBranchMapper.exportProperties(org.codehaus.staxmate.out.SMOutputElement outputElement,
BambooVcsBranch branch,
org.hibernate.Session session,
ExportDetailsBean exportDetailsBean) |
protected void |
VcsBranchMapper.importProperties(BambooVcsBranch branch,
org.codehaus.staxmate.in.SMInputCursor inputCursor,
org.hibernate.Session session) |
Modifier and Type | Method and Description |
---|---|
void |
VcsBranchMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor cursor,
List<BambooVcsBranch> list,
BambooVcsBranch branch,
long objectIndex,
org.hibernate.Session session) |
Modifier and Type | Class and Description |
---|---|
class |
BambooVcsBranchImpl |
Modifier and Type | Method and Description |
---|---|
BambooVcsBranch |
VcsBranchHibernateDao.findByChainAndName(long chainId,
String branchName) |
BambooVcsBranch |
VcsBranchManagerImpl.findByChainAndName(long chainId,
String branchName) |
BambooVcsBranch |
VcsBranchManager.findByChainAndName(long chainId,
String branchName) |
BambooVcsBranch |
VcsBranchDao.findByChainAndName(long chainId,
String branchName) |
Modifier and Type | Method and Description |
---|---|
List<BambooVcsBranch> |
VcsBranchHibernateDao.findByChain(ImmutableChain chain) |
List<BambooVcsBranch> |
VcsBranchManagerImpl.findByChain(ImmutableChain chain) |
List<BambooVcsBranch> |
VcsBranchManager.findByChain(ImmutableChain chain) |
List<BambooVcsBranch> |
VcsBranchDao.findByChain(ImmutableChain chain) |
List<BambooVcsBranch> |
VcsBranchHibernateDao.findByChainId(long chainId) |
List<BambooVcsBranch> |
VcsBranchManagerImpl.findByChainId(long chainId) |
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> |
VcsBranchHibernateDao.findNotDeletedByChain(ImmutableChain chain) |
List<BambooVcsBranch> |
VcsBranchManagerImpl.findNotDeletedByChain(ImmutableChain chain) |
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> |
VcsBranchHibernateDao.findWithDetectedDeletionDate() |
List<BambooVcsBranch> |
VcsBranchDao.findWithDetectedDeletionDate()
Retrieve a list of
BambooVcsBranch for which a deletion has been detected. |
Modifier and Type | Method and Description |
---|---|
void |
VcsBranchManagerImpl.save(BambooVcsBranch branch) |
void |
VcsBranchManager.save(BambooVcsBranch branch) |
Modifier and Type | Method and Description |
---|---|
void |
VcsBranchManagerImpl.createAll(Iterable<BambooVcsBranch> vcsBranches) |
void |
VcsBranchManager.createAll(Iterable<BambooVcsBranch> vcsBranches)
Creates new VCS branches.
|
void |
VcsBranchManagerImpl.deleteAll(Collection<BambooVcsBranch> vcsBranches) |
void |
VcsBranchManager.deleteAll(Collection<BambooVcsBranch> vcsBranches) |
void |
VcsBranchManagerImpl.saveAll(Iterable<BambooVcsBranch> vcsBranches) |
void |
VcsBranchManager.saveAll(Iterable<BambooVcsBranch> vcsBranches)
Deprecated.
since 5.14 use
VcsBranchManager.createAll(Iterable) |
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.
View cookie preferences