Uses of Class
org.apache.maven.model.Notifier
Packages that use Notifier
-
Uses of Notifier in org.apache.maven.model
Methods in org.apache.maven.model that return types with arguments of type NotifierMethods in org.apache.maven.model with parameters of type NotifierModifier and TypeMethodDescriptionvoidCiManagement.addNotifier(Notifier notifier) Method addNotifier.voidCiManagement.removeNotifier(Notifier notifier) Method removeNotifier.Method parameters in org.apache.maven.model with type arguments of type NotifierModifier and TypeMethodDescriptionvoidCiManagement.setNotifiers(List<Notifier> notifiers) Set configuration for notifying developers/users when a build is unsuccessful, including user information and notification mode.