public interface MutableDeploymentVersionVcsCommit extends InternalDeploymentVersionVcsCommit, BambooObject
Modifier and Type | Method and Description |
---|---|
@NotNull MutableDeploymentVersionVcsChangeset |
getChangeset() |
void |
setAuthor(@Nullable Author author) |
void |
setChangeset(@NotNull MutableDeploymentVersionVcsChangeset changeset) |
void |
setChangeSetId(@Nullable String changeSetId) |
void |
setComment(@NotNull String comment) |
void |
setDate(@Nullable Date date) |
getAuthor, getChangeSetId, getComment, getDate
setId
getId
@NotNull @NotNull MutableDeploymentVersionVcsChangeset getChangeset()
void setChangeset(@NotNull @NotNull MutableDeploymentVersionVcsChangeset changeset)
void setAuthor(@Nullable @Nullable Author author)
void setComment(@NotNull @NotNull String comment)
void setDate(@Nullable @Nullable Date date)
void setChangeSetId(@Nullable @Nullable String changeSetId)
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.