Package | Description |
---|---|
org.jenkinsci.plugins.githubautostatus | |
org.jenkinsci.plugins.githubautostatus.notifiers |
Modifier and Type | Method and Description |
---|---|
void |
BuildStatusAction.addGenericNofifier(BuildNotifier notifier) |
void |
BuildStatusAction.sendNotications(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.
|
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
|
Modifier and Type | Method and Description |
---|---|
static hudson.ExtensionList<BuildNotifier> |
BuildNotifier.all() |
Modifier and Type | Method and Description |
---|---|
BuildNotifier |
BuildNotifierManager.addGenericNofifier(BuildNotifier buildNotifier) |
Copyright © 2016–2018. All rights reserved.