Class 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 Detail

      • 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>