org.codehaus.mojo.cruisecontrol
Class CruiseControlPluginConfigurer

java.lang.Object
  extended by org.codehaus.mojo.cruisecontrol.CruiseControlPluginConfigurer

public class CruiseControlPluginConfigurer
extends java.lang.Object

Helper class to write configuration the different supported plugins.

Author:
Kaare Nilsen

Constructor Summary
CruiseControlPluginConfigurer()
           
 
Method Summary
static void addEmailPlugin(org.codehaus.plexus.util.xml.PrettyPrintXMLWriter writer, EmailPublisher config, org.apache.maven.project.MavenProject project)
           
static void addProjectPlugin(org.codehaus.plexus.util.xml.PrettyPrintXMLWriter writer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CruiseControlPluginConfigurer

public CruiseControlPluginConfigurer()
Method Detail

addEmailPlugin

public static void addEmailPlugin(org.codehaus.plexus.util.xml.PrettyPrintXMLWriter writer,
                                  EmailPublisher config,
                                  org.apache.maven.project.MavenProject project)

addProjectPlugin

public static void addProjectPlugin(org.codehaus.plexus.util.xml.PrettyPrintXMLWriter writer)


Copyright © 2006-2009. All Rights Reserved.