Package | Description |
---|---|
org.apache.maven.model | |
org.apache.maven.model.io.jdom |
Modifier and Type | Method and Description |
---|---|
List<Notifier> |
CiManagement.getNotifiers()
Method getNotifiers.
|
Modifier and Type | Method and Description |
---|---|
void |
CiManagement.addNotifier(Notifier notifier)
Method addNotifier.
|
void |
CiManagement.removeNotifier(Notifier notifier)
Method removeNotifier.
|
Modifier and Type | Method and Description |
---|---|
void |
CiManagement.setNotifiers(List<Notifier> notifiers)
Set configuration for notifying developers/users when a
build is
unsuccessful, including user information and
notification mode.
|
Modifier and Type | Method and Description |
---|---|
protected void |
MavenJDOMWriter.updateNotifier(Notifier notifier,
String xmlTag,
MavenJDOMWriter.Counter counter,
org.jdom.Element element)
Method updateNotifier.
|
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.