Class DeploymentVersionVcsCommitImpl
java.lang.Object
com.atlassian.bamboo.deployments.versions.history.commit.DeploymentVersionVcsCommitImpl
- All Implemented Interfaces:
BambooIdProvider
,DeploymentVersionVcsCommit
,InternalDeploymentVersionVcsCommit
-
Constructor Summary
ConstructorDescriptionDeploymentVersionVcsCommitImpl
(@NotNull MutableDeploymentVersionVcsCommit aCommit) -
Method Summary
Modifier and TypeMethodDescription@Nullable String
long
Return id ofDeploymentVersionVcsChangeset
this commit belongs to@NotNull String
getDate()
long
getId()
-
Constructor Details
-
DeploymentVersionVcsCommitImpl
-
-
Method Details
-
getAuthor
- Specified by:
getAuthor
in interfaceInternalDeploymentVersionVcsCommit
- Returns:
Author
who made the commit
-
getComment
- Specified by:
getComment
in interfaceInternalDeploymentVersionVcsCommit
- Returns:
- the commit comment
-
getDate
- Specified by:
getDate
in interfaceInternalDeploymentVersionVcsCommit
- Returns:
Date
of commit.
-
getChangeSetId
- Specified by:
getChangeSetId
in interfaceInternalDeploymentVersionVcsCommit
- Returns:
- VCS identifier for this changeset
-
getId
public long getId()- Specified by:
getId
in interfaceBambooIdProvider
-
getChangesetObjectId
public long getChangesetObjectId()Description copied from interface:DeploymentVersionVcsCommit
Return id ofDeploymentVersionVcsChangeset
this commit belongs to- Specified by:
getChangesetObjectId
in interfaceDeploymentVersionVcsCommit
- Returns:
-