Package sonia.scm.repository.api
Class OutgoingCommandBuilder
java.lang.Object
sonia.scm.repository.api.OutgoingCommandBuilder
Show changesets not found in a remote repository.
- Since:
- 1.31
-
Method Summary
Modifier and TypeMethodDescriptiongetOutgoingChangesets
(Repository remoteRepository) Returns the outgoing changesets for the remote repository.setDisablePreProcessors
(boolean disablePreProcessors) Disable the execution of pre processors if set totrue
.setPagingLimit
(int pagingLimit) Set the limit for the returned outgoing changesets.setPagingStart
(int pagingStart) Sets the start value for paging.
-
Method Details
-
getOutgoingChangesets
Returns the outgoing changesets for the remote repository.- Parameters:
remoteRepository
- remote repository- Returns:
- outgoing changesets
- Throws:
IOException
-
setDisablePreProcessors
Disable the execution of pre processors if set totrue
. -
setPagingLimit
Set the limit for the returned outgoing changesets. The default value is 20. Setting the value to -1 means to disable the limit.- Parameters:
pagingLimit
- limit for returned changesets- Returns:
this
-
setPagingStart
Sets the start value for paging. The value is 0.- Parameters:
pagingStart
- start value for paging- Returns:
this
-