Package | Description |
---|---|
org.jenkinsci.plugins.githubautostatus | |
org.jenkinsci.plugins.githubautostatus.notifiers |
Modifier and Type | Method and Description |
---|---|
void |
BuildStatusAction.addGenericNotifier(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 |
HttpNotifier |
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.addGenericNotifier(BuildNotifier buildNotifier) |
BuildNotifier |
BuildNotifierManager.addGithubNotifier(GithubNotificationConfig config)
Adds a GitHub repository for notifications.
|
BuildNotifier |
BuildNotifierManager.addHttpNotifier(HttpNotifierConfig httpNotifierConfig)
Adds an HTTP notifier.
|
BuildNotifier |
BuildNotifierManager.addInfluxDbNotifier(InfluxDbNotifierConfig influxDbNotifierConfig)
Adds an InfluxDB notifier.
|
BuildNotifier |
BuildNotifierManager.addStatsdBuildNotifier(StatsdNotifierConfig statsdNotifierConfig)
Adds a StatsD notifier.
|
Modifier and Type | Method and Description |
---|---|
static hudson.ExtensionList<BuildNotifier> |
BuildNotifier.all() |
Modifier and Type | Method and Description |
---|---|
BuildNotifier |
BuildNotifierManager.addGenericNotifier(BuildNotifier buildNotifier) |
Copyright © 2016–2020. All rights reserved.