| Package | Description |
|---|---|
| org.apache.maven.model |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<Notifier> |
CiManagement.getNotifiers() |
Method getNotifiers.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
CiManagement.addNotifier(Notifier notifier) |
Method addNotifier.
|
void |
CiManagement.removeNotifier(Notifier notifier) |
Method removeNotifier.
|
| Modifier and Type | Method | 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.
|