Uses of Class
org.apache.maven.api.model.Notifier
-
Uses of Notifier in org.apache.maven.api.model
Modifier and TypeMethodDescriptionNotifier.Builder.build()
static Notifier
Notifier.newInstance()
Creates a newNotifier
instance.static Notifier
Notifier.newInstance
(boolean withDefaults) Creates a newNotifier
instance using default values or not.Notifier.withAddress
(String address) Creates a newNotifier
instance using the specified address.Notifier.withConfiguration
(Map<String, String> configuration) Creates a newNotifier
instance using the specified configuration.Notifier.withSendOnError
(boolean sendOnError) Creates a newNotifier
instance using the specified sendOnError.Notifier.withSendOnFailure
(boolean sendOnFailure) Creates a newNotifier
instance using the specified sendOnFailure.Notifier.withSendOnSuccess
(boolean sendOnSuccess) Creates a newNotifier
instance using the specified sendOnSuccess.Notifier.withSendOnWarning
(boolean sendOnWarning) Creates a newNotifier
instance using the specified sendOnWarning.Creates a newNotifier
instance using the specified type.Modifier and TypeMethodDescriptionCiManagement.getNotifiers()
Configuration for notifying developers/users when a build is unsuccessful, including user information and notification mode.Modifier and TypeMethodDescriptionstatic Notifier.Builder
Notifier.newBuilder
(Notifier from) Creates a newNotifier
builder instance using the specified object as a basis.static Notifier.Builder
Notifier.newBuilder
(Notifier from, boolean forceCopy) Creates a newNotifier
builder instance using the specified object as a basis.Modifier and TypeMethodDescriptionCiManagement.Builder.notifiers
(Collection<Notifier> notifiers) CiManagement.withNotifiers
(Collection<Notifier> notifiers) Creates a newCiManagement
instance using the specified notifiers.