Uses of Interface
com.atlassian.bamboo.plan.branch.VcsBranchDao
-
Packages that use VcsBranchDao Package Description com.atlassian.bamboo.migration.stream com.atlassian.bamboo.plan.branch -
-
Uses of VcsBranchDao in com.atlassian.bamboo.migration.stream
Constructors in com.atlassian.bamboo.migration.stream with parameters of type VcsBranchDao Constructor Description VcsBranchMapper(org.hibernate.SessionFactory sessionFactory, VcsBranchDao vcsBranchHibernateDao, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations)
-
Uses of VcsBranchDao in com.atlassian.bamboo.plan.branch
Classes in com.atlassian.bamboo.plan.branch that implement VcsBranchDao Modifier and Type Class Description class
VcsBranchHibernateDao
Methods in com.atlassian.bamboo.plan.branch with parameters of type VcsBranchDao Modifier and Type Method Description void
BranchExpiryJob. setVcsBranchDao(VcsBranchDao vcsBranchDao)
Constructors in com.atlassian.bamboo.plan.branch with parameters of type VcsBranchDao Constructor Description VcsBranchManagerImpl(@NotNull VcsBranchDao vcsBranchDao)
-