|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.maven.model.CiManagement
null
| Constructor Summary | |
CiManagement()
|
|
| Method Summary | |
void |
addNotifier(Notifier notifier)
Method addNotifier |
java.lang.String |
getModelEncoding()
|
java.util.List |
getNotifiers()
Method getNotifiers |
java.lang.String |
getSystem()
Get The name of the continuous integration system i.e. |
java.lang.String |
getUrl()
Get Url for the continuous integration system used by the project. |
void |
removeNotifier(Notifier notifier)
Method removeNotifier |
void |
setModelEncoding(java.lang.String modelEncoding)
|
void |
setNotifiers(java.util.List 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 i.e. |
void |
setUrl(java.lang.String url)
Set Url for the continuous integration system used by the project. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CiManagement()
| Method Detail |
public void addNotifier(Notifier notifier)
notifier - public java.util.List getNotifiers()
public java.lang.String getSystem()
public java.lang.String getUrl()
public void removeNotifier(Notifier notifier)
notifier - public void setNotifiers(java.util.List notifiers)
notifiers - public void setSystem(java.lang.String system)
system - public void setUrl(java.lang.String url)
url - public void setModelEncoding(java.lang.String modelEncoding)
public java.lang.String getModelEncoding()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||