|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
net.sf.statcvs.ant.StatCvsTask
net.sf.statsvn.ant.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 |
setCacheDir(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(String password)
|
void |
setThreads(int threads)
|
void |
setUsername(String username)
|
Methods inherited from class net.sf.statcvs.ant.StatCvsTask |
setBugzilla, setCharset, setChora, setCss, setCvsweb, 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()
buildException
- if an IO Error occursprotected void initProperties() throws net.sf.statcvs.output.ConfigurationException
net.sf.statcvs.output.ConfigurationException
public void setCacheDir(String cacheDir)
public void setPassword(String password)
password
- The svnPassword to set.public void setUsername(String username)
username
- The svnUsername to set.public void setThreads(int threads)
threads
- the numberSvnDiffThreads to setpublic void setConcurrencyThreshold(long thresholdToUseConcurrency)
public void setLegacyDiff(boolean isLegacy)
isLegacy
- true if the legacy diff should be used.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |