Uses of Interface
com.atlassian.bamboo.deployments.versions.persistence.commits.DeploymentVersionVcsCommitDao
-
-
Uses of DeploymentVersionVcsCommitDao in com.atlassian.bamboo.deployments.versions.migration.stream.commits
Constructors in com.atlassian.bamboo.deployments.versions.migration.stream.commits with parameters of type DeploymentVersionVcsCommitDao Constructor Description DeploymentVersionVcsCommitMapper(org.hibernate.SessionFactory sessionFactory, AuthorMigrationCache authorMigrationCache, DeploymentVersionVcsCommitDao deploymentVersionVcsCommitDao, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations)
-
Uses of DeploymentVersionVcsCommitDao in com.atlassian.bamboo.deployments.versions.persistence.commits
Classes in com.atlassian.bamboo.deployments.versions.persistence.commits that implement DeploymentVersionVcsCommitDao Modifier and Type Class Description class
DeploymentVersionVcsCommitDaoImpl
-
Uses of DeploymentVersionVcsCommitDao in com.atlassian.bamboo.deployments.versions.service
Constructors in com.atlassian.bamboo.deployments.versions.service with parameters of type DeploymentVersionVcsCommitDao Constructor Description DeploymentVersionVcsChangesetServiceImpl(DeploymentVersionVcsChangesetDao deploymentVersionVcsChangesetDao, DeploymentVersionVcsCommitDao deploymentVersionVcsCommitDao, DeploymentVersionService deploymentVersionService, RepositoryDefinitionManager repositoryDefinitionManager, DeploymentVersionChainResultDataCollector deploymentVersionChainResultDataCollector)
-