|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.model.CiManagement
public class CiManagement
Class CiManagement.
Field Summary | |
---|---|
private java.util.List<Notifier> |
notifiers
Field notifiers. |
private java.lang.String |
system
The name of the continuous integration system, e.g. |
private java.lang.String |
url
URL for the continuous integration system used by the project if it has a web interface. |
Constructor Summary | |
---|---|
CiManagement()
|
Method Summary | |
---|---|
void |
addNotifier(Notifier notifier)
Method addNotifier. |
java.util.List<Notifier> |
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 |
setNotifiers(java.util.List<Notifier> 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 |
Field Detail |
---|
private java.lang.String system
continuum
.
private java.lang.String url
private java.util.List<Notifier> notifiers
Constructor Detail |
---|
public CiManagement()
Method Detail |
---|
public void addNotifier(Notifier notifier)
notifier
- public java.util.List<Notifier> getNotifiers()
public java.lang.String getSystem()
continuum
.
public java.lang.String getUrl()
public void removeNotifier(Notifier notifier)
notifier
- public void setNotifiers(java.util.List<Notifier> notifiers)
notifiers
- public void setSystem(java.lang.String system)
continuum
.
system
- public void setUrl(java.lang.String url)
url
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |