Skip navigation links
B C G H I L M N O P R S T V 

B

BaseNotifier - Class in tools.devnull.jenkins.plugins.buildnotifications
A base class for all notifiers.
BaseNotifier(String, String, String, String, String, boolean, String) - Constructor for class tools.devnull.jenkins.plugins.buildnotifications.BaseNotifier
Creates a new notifier based on the given parameters
BotecoDescriptor() - Constructor for class tools.devnull.jenkins.plugins.buildnotifications.BotecoNotifier.BotecoDescriptor
 
BotecoMessage - Class in tools.devnull.jenkins.plugins.buildnotifications
A class that represents a boteco message.
BotecoMessage(String, String, String) - Constructor for class tools.devnull.jenkins.plugins.buildnotifications.BotecoMessage
 
BotecoNotifier - Class in tools.devnull.jenkins.plugins.buildnotifications
A notifier that uses Boteco to delivery messages
BotecoNotifier(String, String, String, String, String, boolean, String) - Constructor for class tools.devnull.jenkins.plugins.buildnotifications.BotecoNotifier
 
BotecoNotifier.BotecoDescriptor - Class in tools.devnull.jenkins.plugins.buildnotifications
The descriptor for the BotecoNotifier plugin
BuildNotifier - Class in tools.devnull.jenkins.plugins.buildnotifications
A class that sends notifications based on a build.
BuildNotifier(Message, AbstractBuild, String) - Constructor for class tools.devnull.jenkins.plugins.buildnotifications.BuildNotifier
Constructs a new BuildNotifier based on the given objects
BuildStatus - Enum in tools.devnull.jenkins.plugins.buildnotifications
Enumeration of the possible build status for notification purposes.

C

configure(StaplerRequest, JSONObject) - Method in class tools.devnull.jenkins.plugins.buildnotifications.BotecoNotifier.BotecoDescriptor
 
configure(StaplerRequest, JSONObject) - Method in class tools.devnull.jenkins.plugins.buildnotifications.PushoverNotifier.PushoverDescriptor
 
configure(StaplerRequest, JSONObject) - Method in class tools.devnull.jenkins.plugins.buildnotifications.SlackNotifier.SlackDescriptor
 
configure(StaplerRequest, JSONObject) - Method in class tools.devnull.jenkins.plugins.buildnotifications.TelegramNotifier.TelegramDescriptor
 
createMessage(String, AbstractBuild<?, ?>, Launcher, BuildListener) - Method in class tools.devnull.jenkins.plugins.buildnotifications.BaseNotifier
Creates the message for notifying users about the build.
createMessage(String, AbstractBuild<?, ?>, Launcher, BuildListener) - Method in class tools.devnull.jenkins.plugins.buildnotifications.BotecoNotifier
 
createMessage(String, AbstractBuild<?, ?>, Launcher, BuildListener) - Method in class tools.devnull.jenkins.plugins.buildnotifications.PushoverNotifier
 
createMessage(String, AbstractBuild<?, ?>, Launcher, BuildListener) - Method in class tools.devnull.jenkins.plugins.buildnotifications.SlackNotifier
 
createMessage(String, AbstractBuild<?, ?>, Launcher, BuildListener) - Method in class tools.devnull.jenkins.plugins.buildnotifications.TelegramNotifier
 
createNotifier(AbstractBuild<?, ?>, Message) - Method in class tools.devnull.jenkins.plugins.buildnotifications.BaseNotifier
 

G

getAppToken() - Method in class tools.devnull.jenkins.plugins.buildnotifications.PushoverNotifier.PushoverDescriptor
 
getBotToken() - Method in class tools.devnull.jenkins.plugins.buildnotifications.SlackNotifier.SlackDescriptor
 
getBotToken() - Method in class tools.devnull.jenkins.plugins.buildnotifications.TelegramNotifier.TelegramDescriptor
 
getBrokenTarget() - Method in class tools.devnull.jenkins.plugins.buildnotifications.BaseNotifier
 
getDisplayName() - Method in class tools.devnull.jenkins.plugins.buildnotifications.BotecoNotifier.BotecoDescriptor
 
getDisplayName() - Method in class tools.devnull.jenkins.plugins.buildnotifications.PushoverNotifier.PushoverDescriptor
 
getDisplayName() - Method in class tools.devnull.jenkins.plugins.buildnotifications.SlackNotifier.SlackDescriptor
 
getDisplayName() - Method in class tools.devnull.jenkins.plugins.buildnotifications.TelegramNotifier.TelegramDescriptor
 
getEndpoint() - Method in class tools.devnull.jenkins.plugins.buildnotifications.BotecoNotifier.BotecoDescriptor
 
getExtraMessage() - Method in class tools.devnull.jenkins.plugins.buildnotifications.BaseNotifier
 
getFixedTarget() - Method in class tools.devnull.jenkins.plugins.buildnotifications.BaseNotifier
 
getGlobalTarget() - Method in class tools.devnull.jenkins.plugins.buildnotifications.BaseNotifier
 
getRequiredMonitorService() - Method in class tools.devnull.jenkins.plugins.buildnotifications.BaseNotifier
 
getRequiredMonitorService() - Method in class tools.devnull.jenkins.plugins.buildnotifications.PushoverNotifier
 
getStillBrokenTarget() - Method in class tools.devnull.jenkins.plugins.buildnotifications.BaseNotifier
 
getSuccessfulTarget() - Method in class tools.devnull.jenkins.plugins.buildnotifications.BaseNotifier
 

H

highPriority() - Method in class tools.devnull.jenkins.plugins.buildnotifications.BotecoMessage
 
highPriority() - Method in interface tools.devnull.jenkins.plugins.buildnotifications.Message
Indicates that this is a high priority message
highPriority() - Method in class tools.devnull.jenkins.plugins.buildnotifications.PushoverMessage
 
highPriority() - Method in class tools.devnull.jenkins.plugins.buildnotifications.SlackMessage
 
highPriority() - Method in class tools.devnull.jenkins.plugins.buildnotifications.TelegramMessage
 

I

isApplicable(Class<? extends AbstractProject>) - Method in class tools.devnull.jenkins.plugins.buildnotifications.BotecoNotifier.BotecoDescriptor
 
isApplicable(Class<? extends AbstractProject>) - Method in class tools.devnull.jenkins.plugins.buildnotifications.PushoverNotifier.PushoverDescriptor
 
isApplicable(Class<? extends AbstractProject>) - Method in class tools.devnull.jenkins.plugins.buildnotifications.SlackNotifier.SlackDescriptor
 
isApplicable(Class<? extends AbstractProject>) - Method in class tools.devnull.jenkins.plugins.buildnotifications.TelegramNotifier.TelegramDescriptor
 
isSendIfSuccess() - Method in class tools.devnull.jenkins.plugins.buildnotifications.BaseNotifier
 

L

lowPriority() - Method in class tools.devnull.jenkins.plugins.buildnotifications.BotecoMessage
 
lowPriority() - Method in interface tools.devnull.jenkins.plugins.buildnotifications.Message
Indicates that this is a low priority message
lowPriority() - Method in class tools.devnull.jenkins.plugins.buildnotifications.PushoverMessage
 
lowPriority() - Method in class tools.devnull.jenkins.plugins.buildnotifications.SlackMessage
 
lowPriority() - Method in class tools.devnull.jenkins.plugins.buildnotifications.TelegramMessage
 

M

Message - Interface in tools.devnull.jenkins.plugins.buildnotifications
Interface that defines a message that can be sent.

N

normalPriority() - Method in class tools.devnull.jenkins.plugins.buildnotifications.BotecoMessage
 
normalPriority() - Method in interface tools.devnull.jenkins.plugins.buildnotifications.Message
Indicates that this is a normal priority message
normalPriority() - Method in class tools.devnull.jenkins.plugins.buildnotifications.PushoverMessage
 
normalPriority() - Method in class tools.devnull.jenkins.plugins.buildnotifications.SlackMessage
 
normalPriority() - Method in class tools.devnull.jenkins.plugins.buildnotifications.TelegramMessage
 

O

of(AbstractBuild) - Static method in enum tools.devnull.jenkins.plugins.buildnotifications.BuildStatus
Returns the BuildStatus that represents the given build.

P

perform(AbstractBuild<?, ?>, Launcher, BuildListener) - Method in class tools.devnull.jenkins.plugins.buildnotifications.BaseNotifier
 
PushoverDescriptor() - Constructor for class tools.devnull.jenkins.plugins.buildnotifications.PushoverNotifier.PushoverDescriptor
 
PushoverMessage - Class in tools.devnull.jenkins.plugins.buildnotifications
A class that represents a Pushover message
PushoverMessage(String, String, String) - Constructor for class tools.devnull.jenkins.plugins.buildnotifications.PushoverMessage
Creates a new Pushover message based on the given parameters
PushoverNotifier - Class in tools.devnull.jenkins.plugins.buildnotifications
A notifier that uses Pushover to delivery messages
PushoverNotifier(String, String, String, String, String, boolean, String) - Constructor for class tools.devnull.jenkins.plugins.buildnotifications.PushoverNotifier
 
PushoverNotifier.PushoverDescriptor - Class in tools.devnull.jenkins.plugins.buildnotifications
The descriptor for the PushoverNotifier plugin

R

replaceEnvString(AbstractBuild, String) - Method in class tools.devnull.jenkins.plugins.buildnotifications.BaseNotifier
Replace Env variables to value.

S

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

T

tag() - Method in enum tools.devnull.jenkins.plugins.buildnotifications.BuildStatus
 
TelegramDescriptor() - Constructor for class tools.devnull.jenkins.plugins.buildnotifications.TelegramNotifier.TelegramDescriptor
 
TelegramMessage - Class in tools.devnull.jenkins.plugins.buildnotifications
A class that represents a Telegram message
TelegramMessage(String, String, String) - Constructor for class tools.devnull.jenkins.plugins.buildnotifications.TelegramMessage
Creates a new Telegram message based on the given parameters
TelegramNotifier - Class in tools.devnull.jenkins.plugins.buildnotifications
A notifier that uses Telegram to delivery messages
TelegramNotifier(String, String, String, String, String, boolean, String) - Constructor for class tools.devnull.jenkins.plugins.buildnotifications.TelegramNotifier
 
TelegramNotifier.TelegramDescriptor - Class in tools.devnull.jenkins.plugins.buildnotifications
The descriptor for the TelegramNotifier plugin
tools.devnull.jenkins.plugins.buildnotifications - package tools.devnull.jenkins.plugins.buildnotifications
 

V

valueOf(String) - Static method in enum tools.devnull.jenkins.plugins.buildnotifications.BuildStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum tools.devnull.jenkins.plugins.buildnotifications.BuildStatus
Returns an array containing the constants of this enum type, in the order they are declared.
B C G H I L M N O P R S T V 
Skip navigation links

Copyright © 2016–2017. All rights reserved.