com.atlassian.bamboo.plan.branch
Interface VcsBranchDao

All Superinterfaces:
BambooObjectDao<BambooVcsBranch>
All Known Implementing Classes:
VcsBranchHibernateDao

public interface VcsBranchDao
extends BambooObjectDao<BambooVcsBranch>


Method Summary
 void deleteAll(ImmutableChain chain)
           
 java.util.List<BambooVcsBranch> findByChain(Chain chain)
           
 java.util.List<BambooVcsBranch> findByChainId(long chainId)
          Note: the returned VCS branches will not have a chain associated with them.
 
Methods inherited from interface com.atlassian.bamboo.persistence3.BambooObjectDao
delete, deleteAll, executeReturnLong, findAll, findById, save, saveAll
 

Method Detail

findByChain

java.util.List<BambooVcsBranch> findByChain(@NotNull
                                            Chain chain)

deleteAll

void deleteAll(ImmutableChain chain)

findByChainId

java.util.List<BambooVcsBranch> findByChainId(long chainId)
Note: the returned VCS branches will not have a chain associated with them.



Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.