Class LocalRepoUpdater
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 Summary
Modifier and TypeMethodDescriptionorg.kohsuke.github.GHPullRequest
apply
(org.kohsuke.github.GHPullRequest remotePR) static LocalRepoUpdater
updateLocalRepo
(GitHubPRRepository localRepo) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.google.common.base.Function
equals
-
Method Details
-
updateLocalRepo
-
apply
public org.kohsuke.github.GHPullRequest apply(org.kohsuke.github.GHPullRequest remotePR)
-