public class ActiveNotifier extends Object implements FineGrainedNotifier
| Modifier and Type | Class and Description |
|---|---|
static class |
ActiveNotifier.MessageBuilder |
| Constructor and Description |
|---|
ActiveNotifier(MattermostNotifier notifier,
hudson.model.BuildListener listener,
TokenExpander tokenExpander) |
| 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(MattermostNotifier notifier, hudson.model.BuildListener listener, TokenExpander tokenExpander)
public void deleted(hudson.model.AbstractBuild r)
deleted in interface FineGrainedNotifierpublic void started(hudson.model.AbstractBuild build)
started in interface FineGrainedNotifierpublic void finalized(hudson.model.AbstractBuild r)
finalized in interface FineGrainedNotifierpublic void completed(hudson.model.AbstractBuild r)
completed in interface FineGrainedNotifierCopyright © 2016–2022. All rights reserved.