- send() - Method in class tools.devnull.jenkins.plugins.buildnotifications.BotecoMessage
-
- send() - Method in interface tools.devnull.jenkins.plugins.buildnotifications.Message
-
Sends the message
- send() - Method in class tools.devnull.jenkins.plugins.buildnotifications.PushoverMessage
-
- send() - Method in class tools.devnull.jenkins.plugins.buildnotifications.SlackMessage
-
- send() - Method in class tools.devnull.jenkins.plugins.buildnotifications.TelegramMessage
-
- sendNotification() - Method in class tools.devnull.jenkins.plugins.buildnotifications.BuildNotifier
-
Sends the notification through the given message object.
- setContent(String) - Method in class tools.devnull.jenkins.plugins.buildnotifications.BotecoMessage
-
- setContent(String) - Method in interface tools.devnull.jenkins.plugins.buildnotifications.Message
-
Sets the content of this message
- setContent(String) - Method in class tools.devnull.jenkins.plugins.buildnotifications.PushoverMessage
-
- setContent(String) - Method in class tools.devnull.jenkins.plugins.buildnotifications.SlackMessage
-
- setContent(String) - Method in class tools.devnull.jenkins.plugins.buildnotifications.TelegramMessage
-
- setEndpoint(String) - Method in class tools.devnull.jenkins.plugins.buildnotifications.BotecoNotifier.BotecoDescriptor
-
- setTitle(String) - Method in class tools.devnull.jenkins.plugins.buildnotifications.BotecoMessage
-
- setTitle(String) - Method in interface tools.devnull.jenkins.plugins.buildnotifications.Message
-
Sets the title for this message
- setTitle(String) - Method in class tools.devnull.jenkins.plugins.buildnotifications.PushoverMessage
-
- setTitle(String) - Method in class tools.devnull.jenkins.plugins.buildnotifications.SlackMessage
-
- setTitle(String) - Method in class tools.devnull.jenkins.plugins.buildnotifications.TelegramMessage
-
- setUrl(String, String) - Method in class tools.devnull.jenkins.plugins.buildnotifications.BotecoMessage
-
- setUrl(String, String) - Method in interface tools.devnull.jenkins.plugins.buildnotifications.Message
-
Sets the url for this message
- setUrl(String, String) - Method in class tools.devnull.jenkins.plugins.buildnotifications.PushoverMessage
-
- setUrl(String, String) - Method in class tools.devnull.jenkins.plugins.buildnotifications.SlackMessage
-
- setUrl(String, String) - Method in class tools.devnull.jenkins.plugins.buildnotifications.TelegramMessage
-
- SlackDescriptor() - Constructor for class tools.devnull.jenkins.plugins.buildnotifications.SlackNotifier.SlackDescriptor
-
- SlackMessage - Class in tools.devnull.jenkins.plugins.buildnotifications
-
A class that represents a Slack message
- SlackMessage(String, String, String) - Constructor for class tools.devnull.jenkins.plugins.buildnotifications.SlackMessage
-
Creates a new Slack message based on the given parameters
- SlackNotifier - Class in tools.devnull.jenkins.plugins.buildnotifications
-
A notifier that uses Slack to delivery messages
- SlackNotifier(String, String, String, String, String, boolean, String) - Constructor for class tools.devnull.jenkins.plugins.buildnotifications.SlackNotifier
-
- SlackNotifier.SlackDescriptor - Class in tools.devnull.jenkins.plugins.buildnotifications
-
The descriptor for the SlackNotifier plugin