Package com.atlassian.bamboo.plan.branch
Interface BranchCommitInformationDao
- All Superinterfaces:
BambooObjectDao<BranchCommitInformation>
- All Known Implementing Classes:
BranchCommitInformationHibernateDao
-
Method Summary
Modifier and TypeMethodDescription<E extends BranchCommitInformation>
EfindByChainBranchId
(long chainBranchId, Class<E> clazz) Methods inherited from interface com.atlassian.bamboo.persistence3.BambooObjectDao
countAll, countWithRestriction, delete, deleteAll, findAll, findById, merge, save, saveAll
-
Method Details
-
findByChainBranchId
-