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