java.lang.Object
com.github.kostyasha.github.integration.branch.trigger.check.LocalRepoUpdater
All Implemented Interfaces:
Function<org.kohsuke.github.GHBranch,org.kohsuke.github.GHBranch>

public class LocalRepoUpdater extends Object implements Function<org.kohsuke.github.GHBranch,org.kohsuke.github.GHBranch>
Author:
Kanstantsin Shautsou
  • Method Details

    • updateLocalRepo

      public static LocalRepoUpdater updateLocalRepo(GitHubBranchRepository localRepo)
    • apply

      public org.kohsuke.github.GHBranch apply(org.kohsuke.github.GHBranch remoteBranch)
      Specified by:
      apply in interface Function<org.kohsuke.github.GHBranch,org.kohsuke.github.GHBranch>