Package io.jenkins.plugins.github
Class GitHubUtils
java.lang.Object
io.jenkins.plugins.github.GitHubUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.kohsuke.github.GHRepository
getRepository
(org.kohsuke.github.GitHub gitHub, RepositoryParameters parameters) static org.kohsuke.github.GitHub
loginToGithub
(GitHubParameters parameters, TaskListener listener)
-
Constructor Details
-
GitHubUtils
public GitHubUtils()
-
-
Method Details
-
loginToGithub
public static org.kohsuke.github.GitHub loginToGithub(GitHubParameters parameters, TaskListener listener) throws IOException, InterruptedException - Throws:
IOException
InterruptedException
-
getRepository
public static org.kohsuke.github.GHRepository getRepository(org.kohsuke.github.GitHub gitHub, RepositoryParameters parameters) throws IOException - Throws:
IOException
-