Uses of Interface
com.atlassian.bamboo.resultsummary.vcs.RepositoryChangesetDao
-
Packages that use RepositoryChangesetDao Package Description com.atlassian.bamboo.deployments.versions.service com.atlassian.bamboo.migration.stream com.atlassian.bamboo.resultsummary.vcs -
-
Uses of RepositoryChangesetDao in com.atlassian.bamboo.deployments.versions.service
Constructors in com.atlassian.bamboo.deployments.versions.service with parameters of type RepositoryChangesetDao Constructor Description DeploymentVersionChainResultDataCollectorImpl(DeploymentVersionDao deploymentVersionDao, DeploymentVersionVcsChangesetDao deploymentVersionVcsChangesetDao, DeploymentVersionLinkedJiraIssueDao deploymentVersionLinkedJiraIssueDao, ResultsSummaryManager resultsSummaryManager, RepositoryChangesetDao repositoryChangesetDao, LinkedJiraIssueDao linkedJiraIssueDao)
-
Uses of RepositoryChangesetDao in com.atlassian.bamboo.migration.stream
Constructors in com.atlassian.bamboo.migration.stream with parameters of type RepositoryChangesetDao Constructor Description CommitRootMapper(org.hibernate.SessionFactory sessionFactory, @NotNull AuthorDao authorDao, @NotNull CommitDao commitDao, @Nullable RepositoryChangesetDao repositoryChangesetDao, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations)
RelevantChangesetsMapper(org.hibernate.SessionFactory sessionFactory, @NotNull RepositoryChangesetDao repositoryChangesetDao, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations)
RepositoryChangesetMapper(org.hibernate.SessionFactory sessionFactory, @NotNull RepositoryChangesetDao repositoryChangesetDao, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations)
-
Uses of RepositoryChangesetDao in com.atlassian.bamboo.resultsummary.vcs
Classes in com.atlassian.bamboo.resultsummary.vcs that implement RepositoryChangesetDao Modifier and Type Class Description class
RepositoryChangesetHibernateDao
Constructors in com.atlassian.bamboo.resultsummary.vcs with parameters of type RepositoryChangesetDao Constructor Description RepositoryChangesetManagerImpl(RepositoryChangesetDao repositoryChangesetDao)
-