Interface DeploymentVersionVcsCommit
-
- All Superinterfaces:
BambooIdProvider
,InternalDeploymentVersionVcsCommit
- All Known Implementing Classes:
DeploymentVersionVcsCommitImpl
@PublicApi public interface DeploymentVersionVcsCommit extends InternalDeploymentVersionVcsCommit
Represents single commit associated with aDeploymentVersion
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getChangesetObjectId()
Return id ofDeploymentVersionVcsChangeset
this commit belongs to-
Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getId
-
Methods inherited from interface com.atlassian.bamboo.deployments.versions.history.commit.InternalDeploymentVersionVcsCommit
getAuthor, getChangeSetId, getComment, getDate
-
-
-
-
Method Detail
-
getChangesetObjectId
long getChangesetObjectId()
Return id ofDeploymentVersionVcsChangeset
this commit belongs to- Returns:
-
-