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

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