public class TelegramNotifier extends BaseNotifier
Modifier and Type | Class and Description |
---|---|
static class |
TelegramNotifier.TelegramDescriptor
The descriptor for the TelegramNotifier plugin
|
hudson.tasks.Publisher.DescriptorExtensionListImpl
Constructor and Description |
---|
TelegramNotifier(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, replaceEnvString
all, getProjectAction, needsToRunAfterFinalized, prebuild
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.