Uses of Interface
com.atlassian.bamboo.plan.branch.BambooVcsBranch
Packages that use BambooVcsBranch
Package
Description
-
Uses of BambooVcsBranch in com.atlassian.bamboo.build.creation
Methods in com.atlassian.bamboo.build.creation that return types with arguments of type BambooVcsBranchModifier and TypeMethodDescription@Nullable List<BambooVcsBranch>
PlanCreationBean.getVcsBranches()
Method parameters in com.atlassian.bamboo.build.creation with type arguments of type BambooVcsBranchModifier and TypeMethodDescriptionvoid
PlanCreationBean.setVcsBranchesBeingCreated
(List<BambooVcsBranch> vcsBranches) -
Uses of BambooVcsBranch in com.atlassian.bamboo.migration.stream
Methods in com.atlassian.bamboo.migration.stream that return BambooVcsBranchModifier and TypeMethodDescriptionprotected @NotNull BambooVcsBranch
VcsBranchMapper.createItemInstance
(org.codehaus.staxmate.in.SMInputCursor inputCursor) Methods in com.atlassian.bamboo.migration.stream with parameters of type BambooVcsBranchModifier and TypeMethodDescriptionvoid
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) Method parameters in com.atlassian.bamboo.migration.stream with type arguments of type BambooVcsBranchModifier and TypeMethodDescriptionvoid
VcsBranchMapper.afterImportListItem
(@NotNull org.codehaus.staxmate.in.SMInputCursor cursor, @NotNull List<BambooVcsBranch> list, @NotNull BambooVcsBranch branch, long objectIndex, @NotNull org.hibernate.Session session) -
Uses of BambooVcsBranch in com.atlassian.bamboo.plan.branch
Classes in com.atlassian.bamboo.plan.branch that implement BambooVcsBranchMethods in com.atlassian.bamboo.plan.branch that return BambooVcsBranchModifier and TypeMethodDescription@Nullable BambooVcsBranch
VcsBranchDao.findByChainAndName
(long chainId, @NotNull String branchName) @Nullable BambooVcsBranch
VcsBranchHibernateDao.findByChainAndName
(long chainId, @NotNull String branchName) @Nullable BambooVcsBranch
VcsBranchManager.findByChainAndName
(long chainId, @NotNull String branchName) @Nullable BambooVcsBranch
VcsBranchManagerImpl.findByChainAndName
(long chainId, @NotNull String branchName) Methods in com.atlassian.bamboo.plan.branch that return types with arguments of type BambooVcsBranchModifier and TypeMethodDescriptionVcsBranchDao.findByChain
(@NotNull ImmutableChain chain) VcsBranchHibernateDao.findByChain
(@NotNull ImmutableChain chain) VcsBranchManager.findByChain
(@NotNull ImmutableChain chain) VcsBranchManagerImpl.findByChain
(@NotNull ImmutableChain chain) VcsBranchDao.findByChainId
(long chainId) Note: the returned VCS branches will not have a chain associated with them.VcsBranchHibernateDao.findByChainId
(long chainId) VcsBranchManager.findByChainId
(long chainId) Note: the returned VCS branches will not have a chain associated with them.VcsBranchManagerImpl.findByChainId
(long chainId) VcsBranchDao.findNotDeletedByChain
(@NotNull ImmutableChain chain) Given a chain, this will return a list ofBambooVcsBranch
of which Bamboo hasn't detected yet that they were deleted in the repository.VcsBranchHibernateDao.findNotDeletedByChain
(@NotNull ImmutableChain chain) VcsBranchManager.findNotDeletedByChain
(@NotNull ImmutableChain chain) Given a chain, this will return a list ofBambooVcsBranch
of which Bamboo hasn't detected yet that they were deleted in the repository.VcsBranchManagerImpl.findNotDeletedByChain
(@NotNull ImmutableChain chain) @NotNull List<BambooVcsBranch>
VcsBranchDao.findWithDetectedDeletionDate()
Retrieve a list ofBambooVcsBranch
for which a deletion has been detected.@NotNull List<BambooVcsBranch>
VcsBranchHibernateDao.findWithDetectedDeletionDate()
Methods in com.atlassian.bamboo.plan.branch with parameters of type BambooVcsBranchModifier and TypeMethodDescriptionvoid
VcsBranchManager.save
(@NotNull BambooVcsBranch branch) void
VcsBranchManagerImpl.save
(@NotNull BambooVcsBranch branch) Method parameters in com.atlassian.bamboo.plan.branch with type arguments of type BambooVcsBranchModifier and TypeMethodDescriptionvoid
VcsBranchManager.createAll
(@NotNull Iterable<BambooVcsBranch> vcsBranches) Creates new VCS branches.void
VcsBranchManagerImpl.createAll
(@NotNull Iterable<BambooVcsBranch> vcsBranches) void
VcsBranchManager.deleteAll
(@NotNull Collection<BambooVcsBranch> vcsBranches) void
VcsBranchManagerImpl.deleteAll
(@NotNull Collection<BambooVcsBranch> vcsBranches) void
VcsBranchManager.saveAll
(@NotNull Iterable<BambooVcsBranch> vcsBranches) Deprecated.void
VcsBranchManagerImpl.saveAll
(@NotNull Iterable<BambooVcsBranch> vcsBranches)
VcsBranchManager.createAll(Iterable)