|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@PublicApi public interface DeploymentVersionVcsChangeset
Represents commits from single source repository related to single DeploymentVersion
Method Summary | |
---|---|
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()
|
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) |
Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider |
---|
getId |
Method Detail |
---|
long getDeploymentVersionId()
DeploymentVersion
this object is related toRepositoryData getRepositoryData()
@Nullable String getChangesetId()
@NotNull Set<DeploymentVersionVcsCommit> getCommits()
long getSkippedCommitsCount()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |