Uses of Interface
com.atlassian.bamboo.plan.branch.BranchCommitInformationDao
-
Packages that use BranchCommitInformationDao Package Description com.atlassian.bamboo.build.branch com.atlassian.bamboo.plan com.atlassian.bamboo.plan.branch -
-
Uses of BranchCommitInformationDao in com.atlassian.bamboo.build.branch
Classes in com.atlassian.bamboo.build.branch that implement BranchCommitInformationDao Modifier and Type Class Description class
BranchCommitInformationHibernateDao
-
Uses of BranchCommitInformationDao in com.atlassian.bamboo.plan
Constructors in com.atlassian.bamboo.plan with parameters of type BranchCommitInformationDao Constructor Description PlanDtoManagerImpl(@NotNull PlanDtoDao planDtoDao, @NotNull ProjectDao projectDao, @NotNull BranchCommitInformationDao branchCommitInformationDao, @NotNull BambooSpecsSourceDao bambooSpecsSourceDao, @NotNull PlanRepositoryLinkDao planRepositoryLinkDao)
-
Uses of BranchCommitInformationDao in com.atlassian.bamboo.plan.branch
Constructors in com.atlassian.bamboo.plan.branch with parameters of type BranchCommitInformationDao Constructor Description BranchCommitInformationManagerImpl(BranchCommitInformationDao branchCommitInformationDao, ExtendedAuthorManager extendedAuthorManager, AuthorCreatorService authorCreatorService, JiraBranchLinkingService jiraBranchLinkingService, VcsRepositoryManager vcsRepositoryManager)
-