public class SlackNotifier extends BaseNotifier
| Modifier and Type | Class and Description |
|---|---|
static class |
SlackNotifier.SlackDescriptor
The descriptor for the SlackNotifier plugin
|
hudson.tasks.Publisher.DescriptorExtensionListImpl| Constructor and Description |
|---|
SlackNotifier(String globalTarget,
String successfulTarget,
String brokenTarget,
String stillBrokenTarget,
String fixedTarget,
boolean sendIfSuccess,
String extraMessage) |
| Modifier and Type | Method and Description |
|---|---|
protected Message |
createMessage(String target,
hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
Creates the message for notifying users about the build.
|
createNotifier, getBrokenTarget, getExtraMessage, getFixedTarget, getGlobalTarget, getRequiredMonitorService, getStillBrokenTarget, getSuccessfulTarget, isSendIfSuccess, perform, replaceEnvStringall, getProjectAction, needsToRunAfterFinalized, prebuildprotected Message createMessage(String target, hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener listener)
BaseNotifierBaseNotifier.perform(AbstractBuild, Launcher, BuildListener) plus the target of the message.createMessage in class BaseNotifierCopyright © 2016–2017. All rights reserved.