public class ExecutorNoopNotifier extends java.lang.Object implements ExecutorNotifier
Constructor and Description |
---|
ExecutorNoopNotifier() |
Modifier and Type | Method and Description |
---|---|
void |
configure(java.util.Map<java.lang.String,?> configs)
Configure this class with the given key-value pairs
|
void |
sendNotification(ExecutorNotification notification)
When an execution completes successfully or is stopped this method should be called
|
public void sendNotification(ExecutorNotification notification)
ExecutorNotifier
sendNotification
in interface ExecutorNotifier
notification
- Information to be sent.public void configure(java.util.Map<java.lang.String,?> configs)
CruiseControlConfigurable
configure
in interface CruiseControlConfigurable