org.apache.maven.model
Class CiManagement

java.lang.Object
  extended byorg.apache.maven.model.CiManagement
All Implemented Interfaces:
Serializable

public class CiManagement
extends Object
implements Serializable

null

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

Constructor Summary
CiManagement()
           
 
Method Summary
 void addNotifier(Notifier notifier)
          Method addNotifier
 String getModelEncoding()
           
 List getNotifiers()
          Method getNotifiers
 String getSystem()
          Get The name of the continuous integration system, e.g.
 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(String modelEncoding)
           
 void setNotifiers(List notifiers)
          Set Configuration for notifying developers/users when a build is unsuccessful, including user information and notification mode.
 void setSystem(String system)
          Set The name of the continuous integration system, e.g.
 void setUrl(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 List getNotifiers()
Method getNotifiers


getSystem

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


getUrl

public 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(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(String system)
Set The name of the continuous integration system, e.g. continuum.

Parameters:
system -

setUrl

public void setUrl(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(String modelEncoding)

getModelEncoding

public String getModelEncoding()


Copyright 2001-2006 Apache Software Foundation. All Rights Reserved.