Uses of Class
org.apache.maven.model.Notifier
-
Packages that use Notifier Package Description org.apache.maven.model org.apache.maven.model.io.xpp3 org.apache.maven.project -
-
Uses of Notifier in org.apache.maven.model
Fields in org.apache.maven.model with type parameters of type Notifier Modifier and Type Field Description private java.util.List<Notifier>
CiManagement. notifiers
Field notifiers.Methods in org.apache.maven.model that return types with arguments of type Notifier Modifier and Type Method Description java.util.List<Notifier>
CiManagement. getNotifiers()
Method getNotifiers.Methods in org.apache.maven.model with parameters of type Notifier Modifier and Type Method Description 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 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. -
Uses of Notifier in org.apache.maven.model.io.xpp3
Methods in org.apache.maven.model.io.xpp3 that return Notifier Modifier and Type Method Description private 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 Notifier Modifier and Type Method Description private void
MavenXpp3Writer. writeNotifier(Notifier notifier, java.lang.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 Notifier Modifier and Type Method Description static Notifier
ModelUtils. cloneNotifier(Notifier src)
Methods in org.apache.maven.project with parameters of type Notifier Modifier and Type Method Description static Notifier
ModelUtils. cloneNotifier(Notifier src)
-