Modifier and Type | Class and Description |
---|---|
class |
BotecoMessage
A class that represents a boteco message.
|
class |
PushoverMessage
A class that represents a Pushover message
|
class |
SlackMessage
A class that represents a Slack message
|
class |
TelegramMessage
A class that represents a Telegram message
|
Modifier and Type | Method and Description |
---|---|
protected Message |
TelegramNotifier.createMessage(String target,
hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
protected Message |
SlackNotifier.createMessage(String target,
hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
protected Message |
PushoverNotifier.createMessage(String target,
hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
protected Message |
BotecoNotifier.createMessage(String target,
hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
protected abstract Message |
BaseNotifier.createMessage(String target,
hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
Creates the message for notifying users about the build.
|
Modifier and Type | Method and Description |
---|---|
protected BuildNotifier |
BaseNotifier.createNotifier(hudson.model.AbstractBuild<?,?> build,
Message message) |
Constructor and Description |
---|
BuildNotifier(Message message,
hudson.model.AbstractBuild build,
String baseUrl)
Constructs a new BuildNotifier based on the given objects
|
Copyright © 2016–2017. All rights reserved.