Interface DeploymentVersionVcsChangeset
- All Superinterfaces:
BambooIdProvider
- All Known Implementing Classes:
DeploymentVersionVcsChangesetImpl
Represents commits from single source repository related to single
DeploymentVersion-
Method Summary
Modifier and TypeMethodDescription@Nullable StringReturn VCS identifier for this changeset, that is, id of the latest commit in this changeset.@NotNull Set<DeploymentVersionVcsCommit> longlongThe 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)@NotNull BambooPluginDataIdProviderMethods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getId
-
Method Details
-
getDeploymentVersionId
long getDeploymentVersionId()- Returns:
- id of
DeploymentVersionthis object is related to
-
getVcsRepositoryIdentifier
- Returns:
- repository the commits come from
- Since:
- 11.0
-
getChangesetId
Return VCS identifier for this changeset, that is, id of the latest commit in this changeset. -
getCommits
- Returns:
- all commits
-
getSkippedCommitsCount
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)- Returns:
- number of skipped commits
-