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