public class SvnRepositoryVerify extends SvnRepositoryReceivingOperation<SVNAdminEvent>
Modifier and Type | Field and Description |
---|---|
private SVNRevision |
endRevision |
private SVNRevision |
startRevision |
Constructor and Description |
---|
SvnRepositoryVerify(SvnOperationFactory factory) |
Modifier and Type | Method and Description |
---|---|
SVNRevision |
getEndRevision() |
SVNRevision |
getStartRevision() |
protected void |
initDefaults() |
void |
setEndRevision(SVNRevision endRevision) |
void |
setStartRevision(SVNRevision startRevision) |
getRepositoryRoot, setRepositoryRoot
first, getReceiver, 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 SVNRevision startRevision
private SVNRevision endRevision
public SvnRepositoryVerify(SvnOperationFactory factory)
protected void initDefaults()
initDefaults
in class SvnReceivingOperation<SVNAdminEvent>
public SVNRevision getStartRevision()
public void setStartRevision(SVNRevision startRevision)
public SVNRevision getEndRevision()
public void setEndRevision(SVNRevision endRevision)