Uses of Interface
com.atlassian.bamboo.deployments.versions.history.commit.DeploymentVersionVcsCommit
-
-
Uses of DeploymentVersionVcsCommit in com.atlassian.bamboo.deployments.versions.history.commit
Classes in com.atlassian.bamboo.deployments.versions.history.commit that implement DeploymentVersionVcsCommit Modifier and Type Class Description class
DeploymentVersionVcsCommitImpl
Methods in com.atlassian.bamboo.deployments.versions.history.commit that return types with arguments of type DeploymentVersionVcsCommit Modifier and Type Method Description @NotNull Set<DeploymentVersionVcsCommit>
DeploymentVersionVcsChangeset. getCommits()
@NotNull Set<DeploymentVersionVcsCommit>
DeploymentVersionVcsChangesetImpl. getCommits()
Constructor parameters in com.atlassian.bamboo.deployments.versions.history.commit with type arguments of type DeploymentVersionVcsCommit Constructor Description DeploymentVersionVcsChangesetImpl(long deploymentProjectId, RepositoryData repositoryData, Collection<DeploymentVersionVcsCommit> deploymentVersionVcsCommits)
Creates arbitrary changeset. -
Uses of DeploymentVersionVcsCommit in com.atlassian.bamboo.plugins.stash
Methods in com.atlassian.bamboo.plugins.stash that return types with arguments of type DeploymentVersionVcsCommit Modifier and Type Method Description Map<DeploymentVersionVcsCommit,String>
StashWebRepositoryViewer. getWebRepositoryUrlForDeploymentVersionCommits(Collection<DeploymentVersionVcsCommit> commits, RepositoryData repositoryData)
Method parameters in com.atlassian.bamboo.plugins.stash with type arguments of type DeploymentVersionVcsCommit Modifier and Type Method Description Map<DeploymentVersionVcsCommit,String>
StashWebRepositoryViewer. getWebRepositoryUrlForDeploymentVersionCommits(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 Modifier and Type Method Description Map<DeploymentVersionVcsCommit,String>
DefaultWebRepositoryViewer. getWebRepositoryUrlForDeploymentVersionCommits(Collection<DeploymentVersionVcsCommit> commits, RepositoryData repositoryData)
Deprecated.Map<DeploymentVersionVcsCommit,String>
DeploymentsAwareCommitUrlProvider. getWebRepositoryUrlForDeploymentVersionCommits(Collection<DeploymentVersionVcsCommit> commits, RepositoryData repositoryData)
Provide the urls to link all the given commits in the web repositoryMethod parameters in com.atlassian.bamboo.webrepository with type arguments of type DeploymentVersionVcsCommit Modifier and Type Method Description Map<DeploymentVersionVcsCommit,String>
DefaultWebRepositoryViewer. getWebRepositoryUrlForDeploymentVersionCommits(Collection<DeploymentVersionVcsCommit> commits, RepositoryData repositoryData)
Deprecated.Map<DeploymentVersionVcsCommit,String>
DeploymentsAwareCommitUrlProvider. getWebRepositoryUrlForDeploymentVersionCommits(Collection<DeploymentVersionVcsCommit> commits, RepositoryData repositoryData)
Provide the urls to link all the given commits in the web repository -
Uses of DeploymentVersionVcsCommit in com.atlassian.bamboo.webrepository.fisheye
Methods in com.atlassian.bamboo.webrepository.fisheye that return types with arguments of type DeploymentVersionVcsCommit Modifier and Type Method Description Map<DeploymentVersionVcsCommit,String>
FisheyeWebRepositoryViewer. getWebRepositoryUrlForDeploymentVersionCommits(Collection<DeploymentVersionVcsCommit> commits, RepositoryData repositoryData)
Method parameters in com.atlassian.bamboo.webrepository.fisheye with type arguments of type DeploymentVersionVcsCommit Modifier and Type Method Description Map<DeploymentVersionVcsCommit,String>
FisheyeWebRepositoryViewer. getWebRepositoryUrlForDeploymentVersionCommits(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 Modifier and Type Method Description Map<DeploymentVersionVcsCommit,String>
LegacyStashWebRepositoryViewer. getWebRepositoryUrlForDeploymentVersionCommits(Collection<DeploymentVersionVcsCommit> commits, RepositoryData repositoryData)
Deprecated.Method parameters in com.atlassian.bamboo.webrepository.stash with type arguments of type DeploymentVersionVcsCommit Modifier and Type Method Description Map<DeploymentVersionVcsCommit,String>
LegacyStashWebRepositoryViewer. getWebRepositoryUrlForDeploymentVersionCommits(Collection<DeploymentVersionVcsCommit> commits, RepositoryData repositoryData)
Deprecated.
-