net.sourceforge.cruisecontrol.config |
|
Java Source File Name | Type | Comment |
ConfigurationPlugin.java | Class | |
DashboardConfigurationPlugin.java | Class | |
DashboardConfigurationPluginTest.java | Class | |
DefaultPropertiesPlugin.java | Class | The <property> element is used to set a property (or set of properties)
within the CruiseControl configuration file. |
IncludeProjectsPlugin.java | Class | The <include.projects> tag is used to consolidate several configuration
files into a single configuration. |
PluginPlugin.java | Class | A <plugin> element registers a classname with an alias for use within the
configuration file.
Plugins can also be pre-configured at registration time. |
PropertiesPlugin.java | Interface | A plugin that represents the properties. |
SystemPlugin.java | Class | Currently just a placeholder for the <configuration> element, which in its turn is just a
placeholder for the <threads> element.
We expect that in the future, more system-level features can be configured under this element. |
ThreadsPlugin.java | Class | The <threads> element can be used to configure the number of threads that
CruiseControl can use simultaneously to build projects. |
XMLConfigManager.java | Class | |
XMLConfigManagerTest.java | Class | |
XmlResolver.java | Interface | |