com.atlassian.bamboo.deployments.versions.history.commit
Interface DeploymentVersionVcsCommit

All Superinterfaces:
BambooIdProvider, InternalDeploymentVersionVcsCommit
All Known Implementing Classes:
DeploymentVersionVcsCommitImpl

public interface DeploymentVersionVcsCommit
extends InternalDeploymentVersionVcsCommit

Represents single commit associated with a DeploymentVersion


Method Summary
 long getChangesetObjectId()
          Return id of DeploymentVersionVcsChangeset this commit belongs to
 
Methods inherited from interface com.atlassian.bamboo.deployments.versions.history.commit.InternalDeploymentVersionVcsCommit
getAuthor, getChangeSetId, getComment, getDate
 
Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getId
 

Method Detail

getChangesetObjectId

long getChangesetObjectId()
Return id of DeploymentVersionVcsChangeset this commit belongs to

Returns:


Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.