Uses of Class
org.apache.maven.api.model.Notifier.Builder
-
Uses of Notifier.Builder in org.apache.maven.api.model
Methods in org.apache.maven.api.model that return Notifier.BuilderModifier and TypeMethodDescriptionNotifier.Builder.configuration(Map<String, String> configuration) Notifier.Builder.location(Object key, InputLocation location) static Notifier.BuilderNotifier.newBuilder()Creates a newNotifierbuilder instance.static Notifier.BuilderNotifier.newBuilder(boolean withDefaults) Creates a newNotifierbuilder instance using default values or not.static Notifier.BuilderNotifier.newBuilder(Notifier from) Creates a newNotifierbuilder instance using the specified object as a basis.static Notifier.BuilderNotifier.newBuilder(Notifier from, boolean forceCopy) Creates a newNotifierbuilder instance using the specified object as a basis.Notifier.Builder.sendOnError(boolean sendOnError) Notifier.Builder.sendOnFailure(boolean sendOnFailure) Notifier.Builder.sendOnSuccess(boolean sendOnSuccess) Notifier.Builder.sendOnWarning(boolean sendOnWarning) Notifier.with()Creates a new builder with this object as the basis.