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
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.kohsuke.github.GHPullRequest
apply(org.kohsuke.github.GHPullRequest remotePR)
static LocalRepoUpdater
updateLocalRepo(GitHubPRRepository localRepo)
-
-
-
Method Detail
-
updateLocalRepo
public static LocalRepoUpdater updateLocalRepo(GitHubPRRepository localRepo)
-
apply
public org.kohsuke.github.GHPullRequest apply(org.kohsuke.github.GHPullRequest remotePR)
-
-