Package | Description |
---|---|
org.apache.maven.model | |
org.apache.maven.model.io.xpp3 | |
org.apache.maven.project |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Notifier> |
CiManagement.notifiers
Field notifiers.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.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 |
---|---|
private Notifier |
MavenXpp3Reader.parseNotifier(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseNotifier.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenXpp3Writer.writeNotifier(Notifier notifier,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeNotifier.
|
Modifier and Type | Method and Description |
---|---|
static Notifier |
ModelUtils.cloneNotifier(Notifier src) |
Modifier and Type | Method and Description |
---|---|
static Notifier |
ModelUtils.cloneNotifier(Notifier src) |