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

Class CiManagement.

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

Constructor Summary
CiManagement()
           
 
Method Summary
 void addNotifier(Notifier notifier)
          Method addNotifier
 java.util.List getNotifiers()
          Method getNotifiers
 java.lang.String getSystem()
          Method getSystem
 java.lang.String getUrl()
          Method getUrl
 void removeNotifier(Notifier notifier)
          Method removeNotifier
 void setNotifiers(java.util.List notifiers)
          Method setNotifiers
 void setSystem(java.lang.String system)
          Method setSystem
 void setUrl(java.lang.String url)
          Method setUrl
 
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()
Method getSystem


getUrl

public java.lang.String getUrl()
Method getUrl


removeNotifier

public void removeNotifier(Notifier notifier)
Method removeNotifier

Parameters:
notifier -

setNotifiers

public void setNotifiers(java.util.List notifiers)
Method setNotifiers

Parameters:
notifiers -

setSystem

public void setSystem(java.lang.String system)
Method setSystem

Parameters:
system -

setUrl

public void setUrl(java.lang.String url)
Method setUrl

Parameters:
url -


Copyright 2005 Apache Software Foundation. All Rights Reserved.