| Package | Description |
|---|---|
| com.atlassian.bamboo.build.creation | |
| com.atlassian.bamboo.migration.stream | |
| com.atlassian.bamboo.plan.branch |
| Modifier and Type | Method and Description |
|---|---|
void |
PlanCreationBean.setVcsBranchesBeingCreated(List<BambooVcsBranch> vcsBranches) |
| Modifier and Type | Method and Description |
|---|---|
protected @NotNull BambooVcsBranch |
VcsBranchMapper.createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor) |
| Modifier and Type | Method and Description |
|---|---|
void |
VcsBranchMapper.afterImportListItem(@NotNull org.codehaus.staxmate.in.SMInputCursor cursor,
@NotNull List<BambooVcsBranch> list,
@NotNull BambooVcsBranch branch,
long objectIndex,
@NotNull org.hibernate.Session session) |
protected void |
VcsBranchMapper.exportProperties(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement,
@NotNull BambooVcsBranch branch,
@NotNull org.hibernate.Session session,
ExportDetailsBean exportDetailsBean) |
protected void |
VcsBranchMapper.importProperties(@NotNull BambooVcsBranch branch,
@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor,
@NotNull org.hibernate.Session session) |
| Modifier and Type | Class and Description |
|---|---|
class |
BambooVcsBranchImpl |
| Modifier and Type | Method and Description |
|---|---|
@Nullable BambooVcsBranch |
VcsBranchHibernateDao.findByChainAndName(long chainId,
@NotNull String branchName) |
@Nullable BambooVcsBranch |
VcsBranchManagerImpl.findByChainAndName(long chainId,
@NotNull String branchName) |
@Nullable BambooVcsBranch |
VcsBranchDao.findByChainAndName(long chainId,
@NotNull String branchName) |
@Nullable BambooVcsBranch |
VcsBranchManager.findByChainAndName(long chainId,
@NotNull String branchName) |
| Modifier and Type | Method and Description |
|---|---|
List<BambooVcsBranch> |
VcsBranchHibernateDao.findByChain(@NotNull ImmutableChain chain) |
List<BambooVcsBranch> |
VcsBranchManagerImpl.findByChain(@NotNull ImmutableChain chain) |
List<BambooVcsBranch> |
VcsBranchDao.findByChain(@NotNull ImmutableChain chain) |
List<BambooVcsBranch> |
VcsBranchManager.findByChain(@NotNull ImmutableChain chain) |
List<BambooVcsBranch> |
VcsBranchHibernateDao.findByChainId(long chainId) |
List<BambooVcsBranch> |
VcsBranchManagerImpl.findByChainId(long chainId) |
List<BambooVcsBranch> |
VcsBranchDao.findByChainId(long chainId)
Note: the returned VCS branches will not have a chain associated with them.
|
List<BambooVcsBranch> |
VcsBranchManager.findByChainId(long chainId)
Note: the returned VCS branches will not have a chain associated with them.
|
List<BambooVcsBranch> |
VcsBranchHibernateDao.findNotDeletedByChain(@NotNull ImmutableChain chain) |
List<BambooVcsBranch> |
VcsBranchManagerImpl.findNotDeletedByChain(@NotNull ImmutableChain chain) |
List<BambooVcsBranch> |
VcsBranchDao.findNotDeletedByChain(@NotNull 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> |
VcsBranchManager.findNotDeletedByChain(@NotNull 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. |
| Modifier and Type | Method and Description |
|---|---|
void |
VcsBranchManagerImpl.save(@NotNull BambooVcsBranch branch) |
void |
VcsBranchManager.save(@NotNull BambooVcsBranch branch) |
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.