Uses of Class
org.apache.maven.api.model.Notifier
-
Uses of Notifier in org.apache.maven.api.model
Methods in org.apache.maven.api.model that return NotifierModifier and TypeMethodDescriptionNotifier.Builder.build()static NotifierNotifier.newInstance()Creates a newNotifierinstance.static NotifierNotifier.newInstance(boolean withDefaults) Creates a newNotifierinstance using default values or not.Notifier.withAddress(String address) Creates a newNotifierinstance using the specified address.Notifier.withConfiguration(Map<String, String> configuration) Creates a newNotifierinstance using the specified configuration.Notifier.withSendOnError(boolean sendOnError) Creates a newNotifierinstance using the specified sendOnError.Notifier.withSendOnFailure(boolean sendOnFailure) Creates a newNotifierinstance using the specified sendOnFailure.Notifier.withSendOnSuccess(boolean sendOnSuccess) Creates a newNotifierinstance using the specified sendOnSuccess.Notifier.withSendOnWarning(boolean sendOnWarning) Creates a newNotifierinstance using the specified sendOnWarning.Creates a newNotifierinstance using the specified type.Methods in org.apache.maven.api.model that return types with arguments of type NotifierModifier and TypeMethodDescriptionCiManagement.getNotifiers()Configuration for notifying developers/users when a build is unsuccessful, including user information and notification mode.Methods in org.apache.maven.api.model with parameters of type NotifierModifier and TypeMethodDescriptionstatic 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.Method parameters in org.apache.maven.api.model with type arguments of type NotifierModifier and TypeMethodDescriptionCiManagement.Builder.notifiers(Collection<Notifier> notifiers) CiManagement.withNotifiers(Collection<Notifier> notifiers) Creates a newCiManagementinstance using the specified notifiers.