java.lang.Object
org.jenkinsci.plugins.github.pullrequest.trigger.check.LocalRepoUpdater
All Implemented Interfaces:
com.google.common.base.Function<org.kohsuke.github.GHPullRequest,org.kohsuke.github.GHPullRequest>, Function<org.kohsuke.github.GHPullRequest,org.kohsuke.github.GHPullRequest>

public class LocalRepoUpdater extends Object implements com.google.common.base.Function<org.kohsuke.github.GHPullRequest,org.kohsuke.github.GHPullRequest>, Function<org.kohsuke.github.GHPullRequest,org.kohsuke.github.GHPullRequest>
Author:
lanwen (Merkushev Kirill)
  • Method Details

    • updateLocalRepo

      public static LocalRepoUpdater updateLocalRepo(GitHubPRRepository localRepo)
    • apply

      public org.kohsuke.github.GHPullRequest apply(org.kohsuke.github.GHPullRequest remotePR)
      Specified by:
      apply in interface com.google.common.base.Function<org.kohsuke.github.GHPullRequest,org.kohsuke.github.GHPullRequest>
      Specified by:
      apply in interface Function<org.kohsuke.github.GHPullRequest,org.kohsuke.github.GHPullRequest>