- BaseNotifier - Class in tools.devnull.jenkins.plugins.buildnotifications
-
A base class for all notifiers.
- BaseNotifier(String, String, String, String, String, boolean) - 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) - 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) - 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.