@PublicApi public interface DeploymentVersionVcsChangeset extends BambooIdProvider
DeploymentVersion| 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() |
RepositoryData |
getRepositoryData()
Deprecated.
since 5.14
|
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)
|
getIdlong getDeploymentVersionId()
DeploymentVersion this object is related to@Deprecated RepositoryData getRepositoryData()
@Nullable String getChangesetId()
@NotNull Set<DeploymentVersionVcsCommit> getCommits()
long getSkippedCommitsCount()
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.