Package | Description |
---|---|
org.apache.maven.model | |
org.apache.maven.project |
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 |
---|---|
static Notifier |
ModelUtils.cloneNotifier(Notifier src) |
Modifier and Type | Method and Description |
---|---|
static Notifier |
ModelUtils.cloneNotifier(Notifier src) |
Copyright © 2001–2016 The Apache Software Foundation. All rights reserved.