public class DeploymentVersionVcsChangesetImpl extends Object implements DeploymentVersionVcsChangeset
Constructor and Description |
---|
DeploymentVersionVcsChangesetImpl(long deploymentProjectId,
RepositoryData repositoryData,
Collection<DeploymentVersionVcsCommit> deploymentVersionVcsCommits)
Creates arbitrary changeset.
|
DeploymentVersionVcsChangesetImpl(MutableDeploymentVersionVcsChangeset changeset) |
Modifier and Type | Method and Description |
---|---|
String |
getChangesetId()
Return VCS identifier for this changeset, that is, id of the latest commit in this changeset.
|
Set<DeploymentVersionVcsCommit> |
getCommits() |
long |
getDeploymentVersionId() |
long |
getId() |
RepositoryData |
getRepositoryData() |
long |
getSkippedCommitsCount()
The number of commits that were included in this summary, but their details were skipped (because there
was too many commits to keep them all in this summary)
|
public DeploymentVersionVcsChangesetImpl(@NotNull MutableDeploymentVersionVcsChangeset changeset)
public DeploymentVersionVcsChangesetImpl(long deploymentProjectId, RepositoryData repositoryData, Collection<DeploymentVersionVcsCommit> deploymentVersionVcsCommits)
deploymentProjectId
- repositoryData
- deploymentVersionVcsCommits
- public long getDeploymentVersionId()
getDeploymentVersionId
in interface DeploymentVersionVcsChangeset
DeploymentVersion
this object is related topublic RepositoryData getRepositoryData()
getRepositoryData
in interface DeploymentVersionVcsChangeset
@Nullable public String getChangesetId()
DeploymentVersionVcsChangeset
getChangesetId
in interface DeploymentVersionVcsChangeset
@NotNull public Set<DeploymentVersionVcsCommit> getCommits()
getCommits
in interface DeploymentVersionVcsChangeset
public long getSkippedCommitsCount()
DeploymentVersionVcsChangeset
getSkippedCommitsCount
in interface DeploymentVersionVcsChangeset
public long getId()
getId
in interface BambooIdProvider
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.