Uses of Interface
com.atlassian.bamboo.specs.BambooSpecsSourceDao
-
-
Uses of BambooSpecsSourceDao in com.atlassian.bamboo.deployments.projects.migration.stream
Constructors in com.atlassian.bamboo.deployments.projects.migration.stream with parameters of type BambooSpecsSourceDao Constructor Description DeploymentProjectPropertiesMapper(org.hibernate.SessionFactory sessionFactory, @NotNull BambooSpecsSourceDao specsSourceDao, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations)
-
Uses of BambooSpecsSourceDao in com.atlassian.bamboo.migration.stream.build
Constructors in com.atlassian.bamboo.migration.stream.build with parameters of type BambooSpecsSourceDao Constructor Description PlanSpecsSourceMapper(org.hibernate.SessionFactory sessionFactory, BambooSpecsSourceDao specsSourceDao, org.springframework.transaction.support.TransactionOperations transactionOperations)
SpecsSourceMapper(org.hibernate.SessionFactory sessionFactory, BambooSpecsSourceDao specsSourceDao, BambooSpecsStateDao specsStateDao, org.springframework.transaction.support.TransactionOperations transactionOperations)
-
Uses of BambooSpecsSourceDao in com.atlassian.bamboo.plan
Constructors in com.atlassian.bamboo.plan with parameters of type BambooSpecsSourceDao Constructor Description PlanDtoManagerImpl(@NotNull PlanDtoDao planDtoDao, @NotNull ProjectDao projectDao, @NotNull BranchCommitInformationDao branchCommitInformationDao, @NotNull BambooSpecsSourceDao bambooSpecsSourceDao, @NotNull PlanRepositoryLinkDao planRepositoryLinkDao)
-
Uses of BambooSpecsSourceDao in com.atlassian.bamboo.specs
Classes in com.atlassian.bamboo.specs that implement BambooSpecsSourceDao Modifier and Type Class Description class
BambooSpecsSourceDaoImpl
-