Uses of Class
org.apache.maven.model.Notifier
Packages that use Notifier
-
Uses of Notifier in org.apache.maven.model
Fields in org.apache.maven.model with type parameters of type NotifierMethods in org.apache.maven.model that return types with arguments of type NotifierMethods in org.apache.maven.model with parameters of type NotifierModifier and TypeMethodDescriptionvoid
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 NotifierModifier and TypeMethodDescriptionvoid
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.model.io.xpp3
Methods in org.apache.maven.model.io.xpp3 that return NotifierModifier and TypeMethodDescriptionprivate Notifier
MavenXpp3Reader.parseNotifier
(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method parseNotifier.Methods in org.apache.maven.model.io.xpp3 with parameters of type NotifierModifier and TypeMethodDescriptionprivate void
MavenXpp3Writer.writeNotifier
(Notifier notifier, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeNotifier. -
Uses of Notifier in org.apache.maven.project
Methods in org.apache.maven.project that return NotifierMethods in org.apache.maven.project with parameters of type Notifier