|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tools.ant.ProjectComponent org.apache.tools.ant.Task net.sf.statcvs.ant.StatCvsTask net.sf.statsvn.ant.StatSvnTask
public class StatSvnTask
Ant task for running StatSVN.
Field Summary |
---|
Fields inherited from class org.apache.tools.ant.Task |
---|
description, location, target, taskName, taskType, wrapper |
Fields inherited from class org.apache.tools.ant.ProjectComponent |
---|
project |
Constructor Summary | |
---|---|
StatSvnTask()
Constructor for StatSvnTask. |
Method Summary | |
---|---|
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)
|
Methods inherited from class net.sf.statcvs.ant.StatCvsTask |
---|
setBugzilla, setCharset, setChora, setConfigFile, setCss, setCvsweb, setDisableTwitterButton, setExclude, setFormat, setInclude, setJCVSWeb, setLog, setMantis, setNoDeveloper, setNotes, setOutputDir, setPath, setTags, setTitle, setViewCVS, setViewVC, setXDoc |
Methods inherited from class org.apache.tools.ant.Task |
---|
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
Methods inherited from class org.apache.tools.ant.ProjectComponent |
---|
getProject, setProject |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StatSvnTask()
Method Detail |
---|
public void execute()
execute
in class net.sf.statcvs.ant.StatCvsTask
buildException
- if an IO Error occursprotected void initProperties() throws net.sf.statcvs.output.ConfigurationException
initProperties
in class net.sf.statcvs.ant.StatCvsTask
net.sf.statcvs.output.ConfigurationException
public 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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |