public class GithubHelper
extends Object 
client utility methods
- 
Method Summary
static org.kohsuke.github.GitHub
getGitHub(jenkins.scm.api.SCMSource scmSource,
 Job<?,?> job) 
 
static boolean
 
 
 
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
 
- 
Method Details
- 
isAuthorized
public static boolean isAuthorized(Job<?,?> job,
 String author,
 String minimumPermissions) 
 
- 
getGitHub
public static org.kohsuke.github.GitHub getGitHub(jenkins.scm.api.SCMSource scmSource,
 @Nonnull
 Job<?,?> job)