Class LocalRepoUpdater

java.lang.Object
com.github.kostyasha.github.integration.tag.LocalRepoUpdater
All Implemented Interfaces:
Function<org.kohsuke.github.GHTag,org.kohsuke.github.GHTag>

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

    • updateLocalRepo

      public static LocalRepoUpdater updateLocalRepo(GitHubTagRepository localRepo)
    • apply

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