public class GitHubHelper extends Object
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
getCollaborators(hudson.model.Job<?,?> job) |
static ExtendedGitHubClient |
getGitHubClient(hudson.model.Job<?,?> job) |
static org.jenkinsci.plugins.github_branch_source.PullRequestSCMHead |
getPullRequest(hudson.model.Job job) |
static org.eclipse.egit.github.core.RepositoryId |
getRepositoryId(hudson.model.Job<?,?> job) |
static String |
userToLogin(org.eclipse.egit.github.core.User user) |
public static ExtendedGitHubClient getGitHubClient(@Nonnull hudson.model.Job<?,?> job)
public static org.eclipse.egit.github.core.RepositoryId getRepositoryId(@Nonnull hudson.model.Job<?,?> job)
public static org.jenkinsci.plugins.github_branch_source.PullRequestSCMHead getPullRequest(@Nonnull hudson.model.Job job) throws Exception
Exceptionpublic static String userToLogin(org.eclipse.egit.github.core.User user)
Copyright © 2016–2017. All rights reserved.