Package sonia.scm.repository.api
Class HookChangesetBuilder
java.lang.Object
sonia.scm.repository.api.HookChangesetBuilder
The
HookChangesetBuilder
is able to return all Changeset
s
which are added during the current push/commit.- Since:
- 1.33
-
Method Summary
Modifier and TypeMethodDescriptionsetDisablePreProcessors
(boolean disablePreProcessors) Disable the execution of pre processors if set totrue
.
-
Method Details
-
getChangesetList
Returns an immutableList
of addedChangeset
's. Note: Use this method only if you need aList
, if you just want to iterate over theChangeset
's usegetChangesets()
instead. ThegetChangesets()
needs less memory and should be much faster than this method. -
getChangesets
-
getRemovedChangesets
-
setDisablePreProcessors
Disable the execution of pre processors if set totrue
.- Returns:
this
-