public class GithubNotificationConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.kohsuke.github.GitHubBuilder |
githubBuilder |
| Constructor and Description |
|---|
GithubNotificationConfig() |
| Modifier and Type | Method and Description |
|---|---|
static GithubNotificationConfig |
fromRun(hudson.model.Run<?,?> run,
hudson.model.TaskListener listener) |
static GithubNotificationConfig |
fromRun(hudson.model.Run<?,?> run,
hudson.model.TaskListener listener,
org.kohsuke.github.GitHubBuilder githubBuilder) |
String |
getBranchName() |
org.kohsuke.github.GHRepository |
getRepo() |
String |
getRepoName() |
String |
getRepoOwner() |
String |
getShaString() |
public String getShaString()
public String getRepoOwner()
public String getBranchName()
public org.kohsuke.github.GHRepository getRepo()
public String getRepoName()
@Nullable public static GithubNotificationConfig fromRun(hudson.model.Run<?,?> run, hudson.model.TaskListener listener)
@Nullable public static GithubNotificationConfig fromRun(hudson.model.Run<?,?> run, hudson.model.TaskListener listener, org.kohsuke.github.GitHubBuilder githubBuilder)
Copyright © 2016–2018. All rights reserved.