Class PRHelperFunctions
java.lang.Object
org.jenkinsci.plugins.github.pullrequest.utils.PRHelperFunctions
- Author:
- lanwen (Merkushev Kirill)
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
asFullRepoName
(com.cloudbees.jenkins.GitHubRepositoryName repo) static com.google.common.base.Function<org.kohsuke.github.GHPullRequest,
Integer> static com.google.common.base.Function<Integer,
org.kohsuke.github.GHPullRequest> fetchRemotePR
(org.kohsuke.github.GHRepository ghRepository)
-
Method Details