|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Notifier | |
---|---|
org.apache.maven.model | |
org.apache.maven.project |
Uses of Notifier in org.apache.maven.model |
---|
Methods in org.apache.maven.model that return types with arguments of type Notifier | |
---|---|
List<Notifier> |
CiManagement.getNotifiers()
Method getNotifiers. |
Methods in org.apache.maven.model with parameters of type Notifier | |
---|---|
void |
CiManagement.addNotifier(Notifier notifier)
Method addNotifier. |
void |
CiManagement.removeNotifier(Notifier notifier)
Method removeNotifier. |
Method parameters in org.apache.maven.model with type arguments of type Notifier | |
---|---|
void |
CiManagement.setNotifiers(List<Notifier> notifiers)
Set configuration for notifying developers/users when a build is unsuccessful, including user information and notification mode. |
Uses of Notifier in org.apache.maven.project |
---|
Methods in org.apache.maven.project that return Notifier | |
---|---|
static Notifier |
ModelUtils.cloneNotifier(Notifier src)
|
Methods in org.apache.maven.project with parameters of type Notifier | |
---|---|
static Notifier |
ModelUtils.cloneNotifier(Notifier src)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |