Uses of Interface
com.atlassian.bamboo.deployments.versions.history.commit.DeploymentVersionVcsCommit

Packages that use DeploymentVersionVcsCommit
com.atlassian.bamboo.deployments.versions.history.commit   
com.atlassian.bamboo.plugins.hg   
com.atlassian.bamboo.plugins.stash   
com.atlassian.bamboo.webrepository   
com.atlassian.bamboo.webrepository.fisheye   
com.atlassian.bamboo.webrepository.stash   
 

Uses of DeploymentVersionVcsCommit in com.atlassian.bamboo.deployments.versions.history.commit
 

Classes in com.atlassian.bamboo.deployments.versions.history.commit that implement DeploymentVersionVcsCommit
 class DeploymentVersionVcsCommitImpl
           
 

Methods in com.atlassian.bamboo.deployments.versions.history.commit that return types with arguments of type DeploymentVersionVcsCommit
 java.util.Set<DeploymentVersionVcsCommit> DeploymentVersionVcsChangesetImpl.getCommits()
           
 java.util.Set<DeploymentVersionVcsCommit> DeploymentVersionVcsChangeset.getCommits()
           
 

Constructor parameters in com.atlassian.bamboo.deployments.versions.history.commit with type arguments of type DeploymentVersionVcsCommit
DeploymentVersionVcsChangesetImpl(long deploymentProjectId, RepositoryData repositoryData, java.util.Collection<DeploymentVersionVcsCommit> deploymentVersionVcsCommits)
          Creates arbitrary changeset.
 

Uses of DeploymentVersionVcsCommit in com.atlassian.bamboo.plugins.hg
 

Methods in com.atlassian.bamboo.plugins.hg that return types with arguments of type DeploymentVersionVcsCommit
 java.util.Map<DeploymentVersionVcsCommit,java.lang.String> HgWebRepositoryViewer.getWebRepositoryUrlForDeploymentVersionCommits(java.util.Collection<DeploymentVersionVcsCommit> commits, RepositoryData repositoryData)
           
 

Method parameters in com.atlassian.bamboo.plugins.hg with type arguments of type DeploymentVersionVcsCommit
 java.util.Map<DeploymentVersionVcsCommit,java.lang.String> HgWebRepositoryViewer.getWebRepositoryUrlForDeploymentVersionCommits(java.util.Collection<DeploymentVersionVcsCommit> commits, RepositoryData repositoryData)
           
 

Uses of DeploymentVersionVcsCommit in com.atlassian.bamboo.plugins.stash
 

Methods in com.atlassian.bamboo.plugins.stash that return types with arguments of type DeploymentVersionVcsCommit
 java.util.Map<DeploymentVersionVcsCommit,java.lang.String> StashWebRepositoryViewer.getWebRepositoryUrlForDeploymentVersionCommits(java.util.Collection<DeploymentVersionVcsCommit> commits, RepositoryData repositoryData)
           
 

Method parameters in com.atlassian.bamboo.plugins.stash with type arguments of type DeploymentVersionVcsCommit
 java.util.Map<DeploymentVersionVcsCommit,java.lang.String> StashWebRepositoryViewer.getWebRepositoryUrlForDeploymentVersionCommits(java.util.Collection<DeploymentVersionVcsCommit> commits, RepositoryData repositoryData)
           
 

Uses of DeploymentVersionVcsCommit in com.atlassian.bamboo.webrepository
 

Methods in com.atlassian.bamboo.webrepository that return types with arguments of type DeploymentVersionVcsCommit
 java.util.Map<DeploymentVersionVcsCommit,java.lang.String> DeploymentsAwareCommitUrlProvider.getWebRepositoryUrlForDeploymentVersionCommits(java.util.Collection<DeploymentVersionVcsCommit> commits, RepositoryData repositoryData)
          Provide the urls to link all the given commits in the web repository
 java.util.Map<DeploymentVersionVcsCommit,java.lang.String> DefaultWebRepositoryViewer.getWebRepositoryUrlForDeploymentVersionCommits(java.util.Collection<DeploymentVersionVcsCommit> commits, RepositoryData repositoryData)
           
 

Method parameters in com.atlassian.bamboo.webrepository with type arguments of type DeploymentVersionVcsCommit
 java.util.Map<DeploymentVersionVcsCommit,java.lang.String> DeploymentsAwareCommitUrlProvider.getWebRepositoryUrlForDeploymentVersionCommits(java.util.Collection<DeploymentVersionVcsCommit> commits, RepositoryData repositoryData)
          Provide the urls to link all the given commits in the web repository
 java.util.Map<DeploymentVersionVcsCommit,java.lang.String> DefaultWebRepositoryViewer.getWebRepositoryUrlForDeploymentVersionCommits(java.util.Collection<DeploymentVersionVcsCommit> commits, RepositoryData repositoryData)
           
 

Uses of DeploymentVersionVcsCommit in com.atlassian.bamboo.webrepository.fisheye
 

Methods in com.atlassian.bamboo.webrepository.fisheye that return types with arguments of type DeploymentVersionVcsCommit
 java.util.Map<DeploymentVersionVcsCommit,java.lang.String> FisheyeWebRepositoryViewer.getWebRepositoryUrlForDeploymentVersionCommits(java.util.Collection<DeploymentVersionVcsCommit> commits, RepositoryData repositoryData)
           
 

Method parameters in com.atlassian.bamboo.webrepository.fisheye with type arguments of type DeploymentVersionVcsCommit
 java.util.Map<DeploymentVersionVcsCommit,java.lang.String> FisheyeWebRepositoryViewer.getWebRepositoryUrlForDeploymentVersionCommits(java.util.Collection<DeploymentVersionVcsCommit> commits, RepositoryData repositoryData)
           
 

Uses of DeploymentVersionVcsCommit in com.atlassian.bamboo.webrepository.stash
 

Methods in com.atlassian.bamboo.webrepository.stash that return types with arguments of type DeploymentVersionVcsCommit
 java.util.Map<DeploymentVersionVcsCommit,java.lang.String> LegacyStashWebRepositoryViewer.getWebRepositoryUrlForDeploymentVersionCommits(java.util.Collection<DeploymentVersionVcsCommit> commits, RepositoryData repositoryData)
          Deprecated.  
 

Method parameters in com.atlassian.bamboo.webrepository.stash with type arguments of type DeploymentVersionVcsCommit
 java.util.Map<DeploymentVersionVcsCommit,java.lang.String> LegacyStashWebRepositoryViewer.getWebRepositoryUrlForDeploymentVersionCommits(java.util.Collection<DeploymentVersionVcsCommit> commits, RepositoryData repositoryData)
          Deprecated.  
 



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