public class SvnRepositoryGetChanged extends SvnRepositoryReceivingOperation<SVNChangeEntry>
Modifier and Type | Field and Description |
---|---|
private boolean |
includeCopyInfo |
private java.lang.String |
transactionName |
Constructor and Description |
---|
SvnRepositoryGetChanged(SvnOperationFactory factory) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getTransactionName() |
boolean |
isIncludeCopyInfo() |
void |
setIncludeCopyInfo(boolean includeCopyInfo) |
void |
setTransactionName(java.lang.String transactionName) |
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 transactionName
private boolean includeCopyInfo
public SvnRepositoryGetChanged(SvnOperationFactory factory)