Interface MutableDeploymentVersionVcsChangeset
- All Superinterfaces:
BambooIdProvider
,BambooObject
- All Known Implementing Classes:
MutableDeploymentVersionVcsChangesetImpl
-
Method Summary
Modifier and TypeMethodDescription@Nullable String
@NotNull Set<MutableDeploymentVersionVcsCommit>
@NotNull MutableDeploymentVersion
@NotNull RepositoryDataEntity
long
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) Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getId
Methods inherited from interface com.atlassian.bamboo.core.BambooObject
setId
-
Method Details
-
getRepositoryData
-
setRepositoryData
-
getCommits
-
setCommits
-
getDeploymentVersion
-
setDeploymentVersion
-
getSkippedCommitsCount
long getSkippedCommitsCount() -
setSkippedCommitsCount
void setSkippedCommitsCount(long skippedCommitCount) -
getChangesetId
-
setChangesetId
-