public interface MutableDeploymentVersionVcsChangeset extends BambooObject
| Modifier and Type | Method and Description |
|---|---|
@Nullable String |
getChangesetId() |
@NotNull Set<MutableDeploymentVersionVcsCommit> |
getCommits() |
@NotNull MutableDeploymentVersion |
getDeploymentVersion() |
@NotNull RepositoryDataEntity |
getRepositoryData() |
long |
getSkippedCommitsCount() |
void |
setChangesetId(@Nullable String changeSetId) |
void |
setCommits(@NotNull Set<MutableDeploymentVersionVcsCommit> commits) |
void |
setDeploymentVersion(@NotNull MutableDeploymentVersion deploymentVersion) |
void |
setRepositoryData(@NotNull RepositoryDataEntity repositoryData) |
void |
setSkippedCommitsCount(long skippedCommitCount) |
setIdgetId@NotNull @NotNull RepositoryDataEntity getRepositoryData()
void setRepositoryData(@NotNull
@NotNull RepositoryDataEntity repositoryData)
@NotNull @NotNull Set<MutableDeploymentVersionVcsCommit> getCommits()
void setCommits(@NotNull
@NotNull Set<MutableDeploymentVersionVcsCommit> commits)
@NotNull @NotNull MutableDeploymentVersion getDeploymentVersion()
void setDeploymentVersion(@NotNull
@NotNull MutableDeploymentVersion deploymentVersion)
long getSkippedCommitsCount()
void setSkippedCommitsCount(long skippedCommitCount)
@Nullable @Nullable String getChangesetId()
void setChangesetId(@Nullable
@Nullable String changeSetId)
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.