net.sourceforge.cruisecontrol.bootstrappers
Class CurrentBuildStatusBootstrapper

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

Deprecated. Was obsoleted by CurrentBuildStatusListener

public class CurrentBuildStatusBootstrapper
extends java.lang.Object
implements Bootstrapper

Writes an HTML snippet in a file (supposedly in a location where the reporting module can read it), indicating when the current build started.

See DateFormatFactory for the dateformat.

See Also:
DateFormatFactory, Serialized Form

Constructor Summary
CurrentBuildStatusBootstrapper()
          Deprecated.  
 
Method Summary
 void bootstrap()
          Deprecated. Perform the bootstrapping.
 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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CurrentBuildStatusBootstrapper

public CurrentBuildStatusBootstrapper()
Deprecated. 
Method Detail

setFile

public void setFile(java.lang.String fileName)
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

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
Throws:
CruiseControlException - if there was a configuration error.