org.apache.maven.model
Class CiManagement

java.lang.Object
  extended by org.apache.maven.model.CiManagement
All Implemented Interfaces:
java.io.Serializable

public class CiManagement
extends java.lang.Object
implements java.io.Serializable

The <CiManagement> element contains informations required to the continuous integration system of the project.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
CiManagement()
           
 
Method Summary
 void addNotifier(Notifier notifier)
          Method addNotifier
 java.lang.String getModelEncoding()
           
 java.util.List getNotifiers()
          Method getNotifiers
 java.lang.String getSystem()
          Get The name of the continuous integration system, e.g.
 java.lang.String getUrl()
          Get URL for the continuous integration system used by the project if it has a web interface.
 void removeNotifier(Notifier notifier)
          Method removeNotifier
 void setModelEncoding(java.lang.String modelEncoding)
           
 void setNotifiers(java.util.List notifiers)
          Set Configuration for notifying developers/users when a build is unsuccessful, including user information and notification mode.
 void setSystem(java.lang.String system)
          Set The name of the continuous integration system, e.g.
 void setUrl(java.lang.String url)
          Set URL for the continuous integration system used by the project if it has a web interface.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CiManagement

public CiManagement()
Method Detail

addNotifier

public void addNotifier(Notifier notifier)
Method addNotifier

Parameters:
notifier -

getNotifiers

public java.util.List getNotifiers()
Method getNotifiers


getSystem

public java.lang.String getSystem()
Get The name of the continuous integration system, e.g. continuum.


getUrl

public java.lang.String getUrl()
Get URL for the continuous integration system used by the project if it has a web interface.


removeNotifier

public void removeNotifier(Notifier notifier)
Method removeNotifier

Parameters:
notifier -

setNotifiers

public void setNotifiers(java.util.List notifiers)
Set Configuration for notifying developers/users when a build is unsuccessful, including user information and notification mode.

Parameters:
notifiers -

setSystem

public void setSystem(java.lang.String system)
Set The name of the continuous integration system, e.g. continuum.

Parameters:
system -

setUrl

public void setUrl(java.lang.String url)
Set URL for the continuous integration system used by the project if it has a web interface.

Parameters:
url -

setModelEncoding

public void setModelEncoding(java.lang.String modelEncoding)

getModelEncoding

public java.lang.String getModelEncoding()


Copyright © 2001-2008 Apache Software Foundation. All Rights Reserved.