Class PRHelperFunctions

java.lang.Object
org.jenkinsci.plugins.github.pullrequest.utils.PRHelperFunctions

public final class PRHelperFunctions extends Object
Author:
lanwen (Merkushev Kirill)
  • Method Details

    • asFullRepoName

      public static String asFullRepoName(com.cloudbees.jenkins.GitHubRepositoryName repo)
    • fetchRemotePR

      public static com.google.common.base.Function<Integer,org.kohsuke.github.GHPullRequest> fetchRemotePR(org.kohsuke.github.GHRepository ghRepository)
    • extractPRNumber

      public static com.google.common.base.Function<org.kohsuke.github.GHPullRequest,Integer> extractPRNumber()