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, replaceEnvString
all, getProjectAction, needsToRunAfterFinalized, prebuild
public hudson.tasks.BuildStepMonitor getRequiredMonitorService()
getRequiredMonitorService
in interface hudson.tasks.BuildStep
getRequiredMonitorService
in class BaseNotifier
protected Message createMessage(String target, hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener listener)
BaseNotifier
BaseNotifier.perform(AbstractBuild, Launcher, BuildListener)
plus the target
of the message.createMessage
in class BaseNotifier
Copyright © 2016–2017. All rights reserved.