net.sourceforge.cruisecontrol.bootstrappers
Class CurrentBuildStatusFTPBootstrapper

java.lang.Object
  extended bynet.sourceforge.cruisecontrol.util.AbstractFTPClass
      extended bynet.sourceforge.cruisecontrol.bootstrappers.CurrentBuildStatusFTPBootstrapper
All Implemented Interfaces:
Bootstrapper, java.io.Serializable

Deprecated. Was obsoleted by CurrentBuildStatusFTPListener

public class CurrentBuildStatusFTPBootstrapper
extends AbstractFTPClass
implements Bootstrapper

Does the same thing as CurrentBuildStatusBootstrapper, but also sends it to an FTP server.

See Also:
Serialized Form

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

CurrentBuildStatusFTPBootstrapper

public CurrentBuildStatusFTPBootstrapper()
Deprecated. 
Method Detail

setFile

public void setFile(java.lang.String fileName)
Deprecated. 

setDestDir

public void setDestDir(java.lang.String dir)
Deprecated. 

bootstrap

public void bootstrap()
               throws CruiseControlException
Deprecated. 
Description copied from interface: Bootstrapper
Perform the bootstrapping.

Specified by:
bootstrap in interface Bootstrapper
Throws:
CruiseControlException - if bootstrap fails

makeFile

protected java.lang.String makeFile()
                             throws CruiseControlException
Deprecated. 
Throws:
CruiseControlException

validate

public void validate()
              throws CruiseControlException
Deprecated. 
Description copied from interface: Bootstrapper
Called after the configuration is read to make sure that all the mandatory parameters were specified..

Specified by:
validate in interface Bootstrapper
Overrides:
validate in class AbstractFTPClass
Throws:
CruiseControlException - if there was a configuration error.