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 DeploymentVersionVcsChangesetDeploymentVersion this object is related topublic RepositoryData getRepositoryData()
getRepositoryData in interface DeploymentVersionVcsChangeset@Nullable public String getChangesetId()
DeploymentVersionVcsChangesetgetChangesetId in interface DeploymentVersionVcsChangeset@NotNull public Set<DeploymentVersionVcsCommit> getCommits()
getCommits in interface DeploymentVersionVcsChangesetpublic long getSkippedCommitsCount()
DeploymentVersionVcsChangesetgetSkippedCommitsCount in interface DeploymentVersionVcsChangesetpublic long getId()
getId in interface BambooIdProviderCopyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.