public class StatSvnTask
extends net.sf.statcvs.ant.StatCvsTask
| Constructor and Description |
|---|
StatSvnTask()
Constructor for StatSvnTask.
|
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Runs the task
|
protected void |
initProperties()
method initializes the ConfigurationOptions object with received values.
|
void |
setAnonymize(boolean anonymize) |
void |
setCacheDir(java.lang.String cacheDir) |
void |
setConcurrencyThreshold(long thresholdToUseConcurrency) |
void |
setLegacyDiff(boolean isLegacy)
Should we use a one diff per-file-per-revision or should we use the newer one diff per-revision?
|
void |
setPassword(java.lang.String password) |
void |
setSvnKit(boolean isSvnKit)
Should we use svn kit to query the repository?
|
void |
setThreads(int threads) |
void |
setUsername(java.lang.String username) |
setBugzilla, setCharset, setChora, setConfigFile, setCss, setCvsweb, setDisableTwitterButton, setExclude, setFormat, setInclude, setJCVSWeb, setLog, setMantis, setNoDeveloper, setNotes, setOutputDir, setPath, setTags, setTitle, setViewCVS, setViewVC, setXDocbindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypepublic void execute()
execute in class net.sf.statcvs.ant.StatCvsTaskbuildException - if an IO Error occursprotected void initProperties()
throws net.sf.statcvs.output.ConfigurationException
initProperties in class net.sf.statcvs.ant.StatCvsTasknet.sf.statcvs.output.ConfigurationExceptionpublic void setAnonymize(boolean anonymize)
anonymize - Set Stats to be anonym or not.public void setCacheDir(java.lang.String cacheDir)
cacheDirectory - String representing the cache directory of the programpublic void setPassword(java.lang.String password)
password - The svnPassword to set.public void setUsername(java.lang.String username)
username - The svnUsername to set.public void setThreads(int threads)
threads - the numberSvnDiffThreads to setpublic void setConcurrencyThreshold(long thresholdToUseConcurrency)
thresholdInMsToUseConcurrency - the thresholdInMsToUseConcurrency to setpublic void setLegacyDiff(boolean isLegacy)
isLegacy - true if the legacy diff should be used.public void setSvnKit(boolean isSvnKit)
isSvnKit - true if we want to use svnkit.