|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.cruisecontrol.util.AbstractFTPClass
net.sourceforge.cruisecontrol.bootstrappers.CurrentBuildStatusFTPBootstrapper
CurrentBuildStatusFTPListener
Does the same thing as CurrentBuildStatusBootstrapper, but also sends it to an FTP server.
Constructor Summary | |
CurrentBuildStatusFTPBootstrapper()
Deprecated. |
Method Summary | |
void |
bootstrap()
Deprecated. Perform the bootstrapping. |
protected java.lang.String |
makeFile()
Deprecated. |
void |
setDestDir(java.lang.String dir)
Deprecated. |
void |
setFile(java.lang.String fileName)
Deprecated. |
void |
validate()
Deprecated. Called after the configuration is read to make sure that all the mandatory parameters were specified.. |
Methods inherited from class net.sourceforge.cruisecontrol.util.AbstractFTPClass |
closeFTP, makeDir, makeDirs, makeDirsForFile, openFTP, resolveFile, sendFile, sendFileToFTPPath, sendStream, setBinary, setPassive, setTargetDir, setTargetHost, setTargetPasswd, setTargetPort, setTargetSeparator, setTargetUser |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CurrentBuildStatusFTPBootstrapper()
Method Detail |
public void setFile(java.lang.String fileName)
public void setDestDir(java.lang.String dir)
public void bootstrap() throws CruiseControlException
Bootstrapper
bootstrap
in interface Bootstrapper
CruiseControlException
- if bootstrap failsprotected java.lang.String makeFile() throws CruiseControlException
CruiseControlException
public void validate() throws CruiseControlException
Bootstrapper
validate
in interface Bootstrapper
validate
in class AbstractFTPClass
CruiseControlException
- if there was a configuration error.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |