Interface RepositoryChangeset
- All Superinterfaces:
BambooIdProvider
,BambooObject
- All Known Implementing Classes:
RepositoryChangesetImpl
-
Method Summary
Modifier and TypeMethodDescription@Nullable String
int
@NotNull RepositoryDataEntity
@NotNull ResultsSummary
long
The number of commits that were included in this summary, but their details were skipped (because there was too many commits to keep them all in this summary)boolean
void
setBuildTrigger
(boolean buildTrigger) void
setChangesetId
(@Nullable String changesetId) void
setCommits
(@NotNull Set<Commit> commits) void
setPosition
(int position) void
setRepositoryData
(@NotNull RepositoryDataEntity repositoryData) void
setResultsSummary
(@NotNull ResultsSummary resultsSummary) void
setSkippedCommitsCount
(long skippedCommitsCount) Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getId
Methods inherited from interface com.atlassian.bamboo.core.BambooObject
setId
-
Method Details
-
getResultsSummary
-
setResultsSummary
-
getRepositoryData
-
setRepositoryData
-
getChangesetId
-
setChangesetId
-
getCommits
-
setCommits
-
getSkippedCommitsCount
long getSkippedCommitsCount()The number of commits that were included in this summary, but their details were skipped (because there was too many commits to keep them all in this summary)- Returns:
- number of skipped commits
-
setSkippedCommitsCount
void setSkippedCommitsCount(long skippedCommitsCount) -
isBuildTrigger
boolean isBuildTrigger() -
setBuildTrigger
void setBuildTrigger(boolean buildTrigger) -
getPosition
int getPosition() -
setPosition
void setPosition(int position)
-