|
||||||||||
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.publishers.CurrentBuildStatusFTPPublisher
CurrentBuildStatusFTPListener
Does the same thing as CurrentBuildStatusPublisher, but also sends it to an FTP server.
Constructor Summary | |
CurrentBuildStatusFTPPublisher()
Deprecated. |
Method Summary | |
protected java.lang.String |
makeFile(org.jdom.Element cruisecontrolLog)
Deprecated. |
void |
publish(org.jdom.Element cruisecontrolLog)
Deprecated. Define the publishing. |
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.. |
protected void |
writeFile(java.util.Date date,
long interval)
Deprecated. |
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 CurrentBuildStatusFTPPublisher()
Method Detail |
public void setFile(java.lang.String fileName)
public void setDestDir(java.lang.String dir)
public void validate() throws CruiseControlException
validate
in interface Publisher
validate
in class AbstractFTPClass
CruiseControlException
- if there was a configuration error.public void publish(org.jdom.Element cruisecontrolLog) throws CruiseControlException
Publisher
publish
in interface Publisher
cruisecontrolLog
- JDOM Element representation of the main cruisecontrol build log
CruiseControlException
protected java.lang.String makeFile(org.jdom.Element cruisecontrolLog) throws CruiseControlException
CruiseControlException
protected void writeFile(java.util.Date date, long interval) throws CruiseControlException
CruiseControlException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |