net.sourceforge.cruisecontrol
Class ProjectConfig.Bootstrappers

java.lang.Object
  extended bynet.sourceforge.cruisecontrol.ProjectConfig.Bootstrappers
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ProjectConfig

public static class ProjectConfig.Bootstrappers
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ProjectConfig.Bootstrappers()
           
 
Method Summary
 void add(Bootstrapper bootstrapper)
           
 java.util.List getBootstrappers()
           
 void validate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectConfig.Bootstrappers

public ProjectConfig.Bootstrappers()
Method Detail

add

public void add(Bootstrapper bootstrapper)

getBootstrappers

public java.util.List getBootstrappers()

validate

public void validate()
              throws CruiseControlException
Throws:
CruiseControlException