Package net.sourceforge.cruisecontrol.config

Interface Summary
PropertiesPlugin A plugin that represents the properties.
XmlResolver  
 

Class Summary
ConfigurationPlugin FIXME: What is a configuration plugin?
DashboardConfigurationPlugin  
DefaultPropertiesPlugin The <property> element is used to set a property (or set of properties) within the CruiseControl configuration file.
IncludeProjectsPlugin The <include.projects> tag is used to consolidate several configuration files into a single configuration.
PluginPlugin A <plugin> element registers a classname with an alias for use within the configuration file.
SystemPlugin Currently just a placeholder for the <configuration> element, which in its turn is just a placeholder for the <threads> element.
ThreadsPlugin The <threads> element can be used to configure the number of threads that CruiseControl can use simultaneously to build projects.
XMLConfigManager