Package io.jenkins.plugins.github
Class GitHubUtils
- java.lang.Object
-
- io.jenkins.plugins.github.GitHubUtils
-
public class GitHubUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description GitHubUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.kohsuke.github.GHRepository
getRepository(org.kohsuke.github.GitHub gitHub, RepositoryParameters parameters)
static org.kohsuke.github.GitHub
loginToGithub(GitHubParameters parameters, TaskListener listener)
-
-
-
Method Detail
-
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
-
-