com.atlassian.bamboo.deployments.versions.history.commit
Interface InternalDeploymentVersionVcsCommit
- All Superinterfaces:
- BambooIdProvider
- All Known Subinterfaces:
- DeploymentVersionVcsCommit, MutableDeploymentVersionVcsCommit
- All Known Implementing Classes:
- DeploymentVersionVcsCommitImpl, MutableDeploymentVersionVcsCommitImpl
public interface InternalDeploymentVersionVcsCommit
- extends BambooIdProvider
getAuthor
@Nullable
Author getAuthor()
- Returns:
Author
who made the commit
getComment
@NotNull
java.lang.String getComment()
- Returns:
- the commit comment
getDate
@Nullable
java.util.Date getDate()
- Returns:
Date
of commit.
getChangeSetId
@Nullable
java.lang.String getChangeSetId()
- Returns:
- VCS identifier for this changeset
Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.