|
|||||||||||
| 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 |
String |
getModelEncoding()
|
List |
getNotifiers()
Method getNotifiers |
String |
getSystem()
Get The name of the continuous integration system, e.g. |
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 |
setModelEncoding(String modelEncoding)
|
void |
setNotifiers(List notifiers)
Set Configuration for notifying developers/users when a build is unsuccessful, including user information and notification mode. |
void |
setSystem(String system)
Set The name of the continuous integration system, e.g. |
void |
setUrl(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 |
| Constructor Detail |
public CiManagement()
| Method Detail |
public void addNotifier(Notifier notifier)
notifier - public List getNotifiers()
public String getSystem()
continuum.
public String getUrl()
public void removeNotifier(Notifier notifier)
notifier - public void setNotifiers(List notifiers)
notifiers - public void setSystem(String system)
continuum.
system - public void setUrl(String url)
url - public void setModelEncoding(String modelEncoding)
public String getModelEncoding()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||