public class PushoverNotifier extends BaseNotifier
| Modifier and Type | Class and Description |
|---|---|
static class |
PushoverNotifier.PushoverDescriptor
The descriptor for the PushoverNotifier plugin
|
hudson.tasks.Publisher.DescriptorExtensionListImpl| Constructor and Description |
|---|
PushoverNotifier(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.
|
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
createNotifier, getBrokenTarget, getExtraMessage, getFixedTarget, getGlobalTarget, getStillBrokenTarget, getSuccessfulTarget, isSendIfSuccess, perform, replaceEnvStringall, getProjectAction, needsToRunAfterFinalized, prebuildpublic hudson.tasks.BuildStepMonitor getRequiredMonitorService()
getRequiredMonitorService in interface hudson.tasks.BuildStepgetRequiredMonitorService in class BaseNotifierprotected 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.