Package org.apache.maven.model
Class CiManagement
java.lang.Object
org.apache.maven.model.CiManagement
- All Implemented Interfaces:
Serializable
The
<CiManagement>
element contains
informations required to the
continuous integration system of the project.- Version:
- $Revision$ $Date$
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addNotifier
(Notifier notifier) Method addNotifier.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.void
removeNotifier
(Notifier notifier) Method removeNotifier.void
setNotifiers
(List<Notifier> notifiers) Set configuration for notifying developers/users when a build is unsuccessful, including user information and notification mode.void
Set the name of the continuous integration system, e.g.void
Set uRL for the continuous integration system used by the project if it has a web interface.
-
Field Details
-
system
The name of the continuous integration system, e.g.continuum
. -
url
URL for the continuous integration system used by the project if it has a web interface. -
notifiers
Field notifiers.
-
-
Constructor Details
-
CiManagement
public CiManagement()
-
-
Method Details
-
addNotifier
Method addNotifier.- Parameters:
notifier
-
-
getNotifiers
Method getNotifiers.- Returns:
- List
-
getSystem
Get the name of the continuous integration system, e.g.continuum
.- Returns:
- String
-
getUrl
Get uRL for the continuous integration system used by the project if it has a web interface.- Returns:
- String
-
removeNotifier
Method removeNotifier.- Parameters:
notifier
-
-
setNotifiers
Set configuration for notifying developers/users when a build is unsuccessful, including user information and notification mode.- Parameters:
notifiers
-
-
setSystem
Set the name of the continuous integration system, e.g.continuum
.- Parameters:
system
-
-
setUrl
Set uRL for the continuous integration system used by the project if it has a web interface.- Parameters:
url
-
-