Uses of Interface
com.atlassian.bamboo.resultsummary.vcs.RepositoryChangesetDao

Packages that use RepositoryChangesetDao
com.atlassian.bamboo.deployments.versions.service   
com.atlassian.bamboo.migration.stream   
com.atlassian.bamboo.resultsummary.vcs   
com.atlassian.bamboo.upgrade.tasks   
 

Uses of RepositoryChangesetDao in com.atlassian.bamboo.deployments.versions.service
 

Constructors in com.atlassian.bamboo.deployments.versions.service with parameters of type RepositoryChangesetDao
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
CommitRootMapper(net.sf.hibernate.SessionFactory sessionFactory, AuthorDao authorDao, CommitDao commitDao, RepositoryChangesetDao repositoryChangesetDao)
           
RelevantChangesetsMapper(net.sf.hibernate.SessionFactory sessionFactory, RepositoryChangesetDao repositoryChangesetDao)
           
RepositoryChangesetMapper(net.sf.hibernate.SessionFactory sessionFactory, RepositoryChangesetDao repositoryChangesetDao)
           
 

Uses of RepositoryChangesetDao in com.atlassian.bamboo.resultsummary.vcs
 

Classes in com.atlassian.bamboo.resultsummary.vcs that implement RepositoryChangesetDao
 class RepositoryChangesetHibernateDao
           
 

Constructors in com.atlassian.bamboo.resultsummary.vcs with parameters of type RepositoryChangesetDao
RepositoryChangesetManagerImpl(RepositoryChangesetDao repositoryChangesetDao)
           
 

Uses of RepositoryChangesetDao in com.atlassian.bamboo.upgrade.tasks
 

Methods in com.atlassian.bamboo.upgrade.tasks with parameters of type RepositoryChangesetDao
 void UpgradeTask2708RemoveNullRepositories.setRepositoryChangesetDao(RepositoryChangesetDao repositoryChangesetDao)
           
 



Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.