| Package | Description |
|---|---|
| org.jenkinsci.plugins.githubautostatus | |
| org.jenkinsci.plugins.githubautostatus.config | |
| org.jenkinsci.plugins.githubautostatus.notifiers |
| Modifier and Type | Method and Description |
|---|---|
void |
BuildStatusAction.addGithubNotifier(GithubNotificationConfig config)
Attempts to add a GitHub notifier.
|
| Modifier and Type | Method and Description |
|---|---|
static GithubNotificationConfig |
GithubNotificationConfig.fromRun(hudson.model.Run<?,?> run)
Constructs a config object from a Run object.
|
static GithubNotificationConfig |
GithubNotificationConfig.fromRun(hudson.model.Run<?,?> run,
org.kohsuke.github.GitHubBuilder githubBuilder)
Constructs a config object from a
Run object and GitHub builder. |
| Modifier and Type | Method and Description |
|---|---|
BuildNotifier |
BuildNotifierManager.addGithubNotifier(GithubNotificationConfig config)
Adds a GitHub repository for notifications.
|
Copyright © 2016–2020. All rights reserved.