public class DeploymentVersionVcsCommitImpl extends Object implements DeploymentVersionVcsCommit
Constructor and Description |
---|
DeploymentVersionVcsCommitImpl(MutableDeploymentVersionVcsCommit aCommit) |
Modifier and Type | Method and Description |
---|---|
Author |
getAuthor() |
String |
getChangeSetId() |
long |
getChangesetObjectId()
Return id of
DeploymentVersionVcsChangeset this commit belongs to |
String |
getComment() |
Date |
getDate() |
long |
getId() |
public DeploymentVersionVcsCommitImpl(@NotNull MutableDeploymentVersionVcsCommit aCommit)
public Author getAuthor()
getAuthor
in interface InternalDeploymentVersionVcsCommit
Author
who made the commit@NotNull public String getComment()
getComment
in interface InternalDeploymentVersionVcsCommit
public Date getDate()
getDate
in interface InternalDeploymentVersionVcsCommit
Date
of commit.@Nullable public String getChangeSetId()
getChangeSetId
in interface InternalDeploymentVersionVcsCommit
public long getId()
getId
in interface BambooIdProvider
public long getChangesetObjectId()
DeploymentVersionVcsCommit
DeploymentVersionVcsChangeset
this commit belongs togetChangesetObjectId
in interface DeploymentVersionVcsCommit
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.