Package org.apache.maven.model
Class CiManagement
java.lang.Object
org.apache.maven.model.CiManagement
- All Implemented Interfaces:
- Serializable,- Cloneable,- InputLocationTracker
The 
<CiManagement> element contains
 informations required to the
         continuous integration system of the project.- Version:
- $Revision$ $Date$
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddNotifier(Notifier notifier) Method addNotifier.clone()Method clone.getLocation(Object key) Gets the location of the specified field in the input source.Method getNotifiers.Get the name of the continuous integration system, e.g.getUrl()Get uRL for the continuous integration system used by the project if it has a web interface.voidremoveNotifier(Notifier notifier) Method removeNotifier.voidsetLocation(Object key, InputLocation location) Sets the location of the specified field.voidsetNotifiers(List<Notifier> notifiers) Set configuration for notifying developers/users when a build is unsuccessful, including user information and notification mode.voidsetOtherLocation(Object key, InputLocation location) voidSet the name of the continuous integration system, e.g.voidSet uRL for the continuous integration system used by the project if it has a web interface.
- 
Constructor Details- 
CiManagementpublic CiManagement()
 
- 
- 
Method Details- 
addNotifierMethod addNotifier.- Parameters:
- notifier- a notifier object.
 
- 
cloneMethod clone.
- 
getLocationDescription copied from interface:InputLocationTrackerGets the location of the specified field in the input source.- Specified by:
- getLocationin interface- InputLocationTracker
- Parameters:
- key- a key object.
- Returns:
- InputLocation
 
- 
getNotifiersMethod getNotifiers.- Returns:
- List
 
- 
setLocationDescription copied from interface:InputLocationTrackerSets the location of the specified field.- Specified by:
- setLocationin interface- InputLocationTracker
- Parameters:
- key- a key object.
- location- a location object.
 
- 
setOtherLocation- Parameters:
- key- a key object.
- location- a location object.
 
- 
getSystemGet the name of the continuous integration system, e.g.continuum.- Returns:
- String
 
- 
getUrlGet uRL for the continuous integration system used by the project if it has a web interface.- Returns:
- String
 
- 
removeNotifierMethod removeNotifier.- Parameters:
- notifier- a notifier object.
 
- 
setNotifiersSet configuration for notifying developers/users when a build is unsuccessful, including user information and notification mode.- Parameters:
- notifiers- a notifiers object.
 
- 
setSystemSet the name of the continuous integration system, e.g.continuum.- Parameters:
- system- a system object.
 
- 
setUrlSet uRL for the continuous integration system used by the project if it has a web interface.- Parameters:
- url- a url object.
 
 
-