Uses of Interface
com.atlassian.bamboo.resultsummary.vcs.RepositoryChangesetDao
Packages that use RepositoryChangesetDao
Package
Description
-
Uses of RepositoryChangesetDao in com.atlassian.bamboo.deployments.versions.service
Constructors in com.atlassian.bamboo.deployments.versions.service with parameters of type RepositoryChangesetDaoModifierConstructorDescriptionDeploymentVersionChainResultDataCollectorImpl(DeploymentVersionDao deploymentVersionDao, DeploymentVersionVcsChangesetDao deploymentVersionVcsChangesetDao, DeploymentVersionLinkedJiraIssueDao deploymentVersionLinkedJiraIssueDao, InternalResultsSummaryAccessor internalResultsSummaryAccessor, RepositoryChangesetDao repositoryChangesetDao, LinkedJiraIssueDao linkedJiraIssueDao) -
Uses of RepositoryChangesetDao in com.atlassian.bamboo.migration.stream
Constructors in com.atlassian.bamboo.migration.stream with parameters of type RepositoryChangesetDaoModifierConstructorDescriptionCommitRootMapper(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 RepositoryChangesetDaoConstructors in com.atlassian.bamboo.resultsummary.vcs with parameters of type RepositoryChangesetDaoModifierConstructorDescriptionRepositoryChangesetManagerImpl(RepositoryChangesetDao repositoryChangesetDao)