public class ActiveNotifier extends Object implements EventsNotifier
| Modifier and Type | Class and Description |
|---|---|
static class |
ActiveNotifier.MessageBuilder |
| Constructor and Description |
|---|
ActiveNotifier(ChatNotifier notifier) |
| Modifier and Type | Method and Description |
|---|---|
void |
completed(hudson.model.AbstractBuild r) |
void |
deleted(hudson.model.AbstractBuild r) |
void |
finalized(hudson.model.AbstractBuild r) |
void |
started(hudson.model.AbstractBuild build) |
public ActiveNotifier(ChatNotifier notifier)
public void deleted(hudson.model.AbstractBuild r)
deleted in interface EventsNotifierpublic void started(hudson.model.AbstractBuild build)
started in interface EventsNotifierpublic void finalized(hudson.model.AbstractBuild r)
finalized in interface EventsNotifierpublic void completed(hudson.model.AbstractBuild r)
completed in interface EventsNotifierCopyright © 2004-2015. All Rights Reserved.