Interface InternalDeploymentVersionVcsCommit
-
- All Superinterfaces:
BambooIdProvider
- All Known Subinterfaces:
DeploymentVersionVcsCommit
,MutableDeploymentVersionVcsCommit
- All Known Implementing Classes:
DeploymentVersionVcsCommitImpl
,MutableDeploymentVersionVcsCommitImpl
public interface InternalDeploymentVersionVcsCommit extends BambooIdProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @Nullable Author
getAuthor()
@Nullable String
getChangeSetId()
@NotNull String
getComment()
@Nullable Date
getDate()
-
Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getId
-
-