Interface InternalDeploymentVersionVcsCommit

All Superinterfaces:
BambooIdProvider
All Known Subinterfaces:
DeploymentVersionVcsCommit, MutableDeploymentVersionVcsCommit
All Known Implementing Classes:
DeploymentVersionVcsCommitImpl, MutableDeploymentVersionVcsCommitImpl

public interface InternalDeploymentVersionVcsCommit extends BambooIdProvider
  • Method Details

    • getAuthor

      @Nullable @Nullable Author getAuthor()
      Returns:
      Author who made the commit
    • getComment

      @NotNull @NotNull String getComment()
      Returns:
      the commit comment
    • getDate

      @Nullable @Nullable Date getDate()
      Returns:
      Date of commit.
    • getChangeSetId

      @Nullable @Nullable String getChangeSetId()
      Returns:
      VCS identifier for this changeset