| Package | Description |
|---|---|
| org.jenkinsci.plugins.githubautostatus | |
| org.jenkinsci.plugins.githubautostatus.notifiers |
| Modifier and Type | Method and Description |
|---|---|
void |
BuildStatusAction.addGenericNofifier(BuildNotifier notifier) |
void |
BuildStatusAction.sendNotifications(BuildNotifier notifier)
Sends all saved notifications to a notifier
|
| Modifier and Type | Class and Description |
|---|---|
class |
GithubBuildNotifier
Sets the GitHub commit status for stages based on build notifications.
|
class |
InfluxDbNotifier
Writes job and stage measurements to an influxdb REST API.
|
class |
StatsdNotifier
Sends job and stage metrics to a statsd collector server over UDP.
|
| Modifier and Type | Method and Description |
|---|---|
BuildNotifier |
BuildNotifierManager.addGenericNofifier(BuildNotifier buildNotifier) |
BuildNotifier |
BuildNotifierManager.addGithubNotifier(GithubNotificationConfig config)
Adds a GitHub repository for notifications
|
BuildNotifier |
BuildNotifierManager.addInfluxDbNotifier(InfluxDbNotifierConfig influxDbNotifierConfig)
Adds an influx DB notifier
|
BuildNotifier |
BuildNotifierManager.addStatsdBuildNotifier(StatsdNotifierConfig statsdNotifierConfig)
Adds an Statsd notifier
|
| Modifier and Type | Method and Description |
|---|---|
static ExtensionList<BuildNotifier> |
BuildNotifier.all() |
| Modifier and Type | Method and Description |
|---|---|
BuildNotifier |
BuildNotifierManager.addGenericNofifier(BuildNotifier buildNotifier) |
Copyright © 2016–2019. All rights reserved.