Modifier and Type | Method and Description |
---|---|
Notifier |
Notifier.Builder.build() |
static Notifier |
Notifier.newInstance()
Creates a new
Notifier instance. |
static Notifier |
Notifier.newInstance(boolean withDefaults)
Creates a new
Notifier instance using default values or not. |
Notifier |
Notifier.withAddress(String address)
Creates a new
Notifier instance using the specified address. |
Notifier |
Notifier.withConfiguration(Map<String,String> configuration)
Creates a new
Notifier instance using the specified configuration. |
Notifier |
Notifier.withSendOnError(boolean sendOnError)
Creates a new
Notifier instance using the specified sendOnError. |
Notifier |
Notifier.withSendOnFailure(boolean sendOnFailure)
Creates a new
Notifier instance using the specified sendOnFailure. |
Notifier |
Notifier.withSendOnSuccess(boolean sendOnSuccess)
Creates a new
Notifier instance using the specified sendOnSuccess. |
Notifier |
Notifier.withSendOnWarning(boolean sendOnWarning)
Creates a new
Notifier instance using the specified sendOnWarning. |
Notifier |
Notifier.withType(String type)
Creates a new
Notifier instance using the specified type. |
Modifier and Type | Method and Description |
---|---|
List<Notifier> |
CiManagement.getNotifiers()
Configuration for notifying developers/users when a build is unsuccessful,
including user information and notification mode.
|
Modifier and Type | Method and Description |
---|---|
static Notifier.Builder |
Notifier.newBuilder(Notifier from)
Creates a new
Notifier builder instance using the specified object as a basis. |
static Notifier.Builder |
Notifier.newBuilder(Notifier from,
boolean forceCopy)
Creates a new
Notifier builder instance using the specified object as a basis. |
Modifier and Type | Method and Description |
---|---|
CiManagement.Builder |
CiManagement.Builder.notifiers(Collection<Notifier> notifiers) |
CiManagement |
CiManagement.withNotifiers(Collection<Notifier> notifiers)
Creates a new
CiManagement instance using the specified notifiers. |
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.