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 NotifierMethods in org.apache.maven.model that return types with arguments of type NotifierModifier and TypeMethodDescriptionCiManagement.getNotifiers()
Notifier.notifierToApiV3
(List<Notifier> list) Methods in org.apache.maven.model with parameters of type NotifierModifier and TypeMethodDescriptionvoid
CiManagement.addNotifier
(Notifier notifier) void
CiManagement.removeNotifier
(Notifier notifier) Method parameters in org.apache.maven.model with type arguments of type NotifierModifier and TypeMethodDescriptionNotifier.notifierToApiV4
(List<Notifier> list) void
CiManagement.setNotifiers
(List<Notifier> notifiers)