public class SvnRepositoryGetHistory extends SvnRepositoryReceivingOperation<SVNAdminPath>
Modifier and Type | Field and Description |
---|---|
private boolean |
includeIDs |
private long |
limit |
private java.lang.String |
path |
Constructor and Description |
---|
SvnRepositoryGetHistory(SvnOperationFactory factory) |
Modifier and Type | Method and Description |
---|---|
long |
getLimit() |
java.lang.String |
getPath() |
boolean |
isIncludeIDs() |
void |
setIncludeIDs(boolean includeIDs) |
void |
setLimit(long limit) |
void |
setPath(java.lang.String path) |
getRepositoryRoot, setRepositoryRoot
first, getReceiver, initDefaults, last, receive, run, setReceiver
addTarget, cancel, ensureArgumentsAreValid, ensureEnoughTargets, ensureHomohenousTargets, getApplicableChangelists, getAuthenticationManager, getCanceller, getDepth, getEventHandler, getFirstTarget, getMaximumTargetsCount, getMinimumTargetsCount, getOperationalWorkingCopy, getOperationFactory, getOptions, getRepositoryPool, getRevision, getSqliteJournalMode, getTargets, hasFileTargets, hasLocalTargets, hasRemoteTargets, isCancelled, isChangesWorkingCopy, isSleepForTimestamp, isUseParentWcFormat, needsHomohenousTargets, run, setApplicalbeChangelists, setDepth, setRevision, setSingleTarget, setSleepForTimestamp, setSqliteJournalMode
private java.lang.String path
private boolean includeIDs
private long limit
public SvnRepositoryGetHistory(SvnOperationFactory factory)