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(Chain chain)
           
 java.util.List<BambooVcsBranch> findByChain(Chain chain)
           
 
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(Chain chain)


Copyright © 2012 Atlassian. All Rights Reserved.