Class GuizhanBuildsUpdaterWrapper

java.lang.Object
net.guizhanss.guizhanlibplugin.updater.GuizhanBuildsUpdaterWrapper

@Deprecated(since="1.3.0") public final class GuizhanBuildsUpdaterWrapper extends Object
Deprecated.
This class is deprecated, use GuizhanUpdater instead.
The universal updater wrapper.
Author:
ybw0014
  • Constructor Details

    • GuizhanBuildsUpdaterWrapper

      public GuizhanBuildsUpdaterWrapper()
      Deprecated.
  • Method Details

    • start

      @Deprecated @ParametersAreNonnullByDefault public static void start(Plugin plugin, File file, String githubUser, String githubRepo, String githubBranch, boolean checkOnly)
      Deprecated.
      Use GuizhanUpdater instead.
      Call the corresponding updater.
      Parameters:
      plugin - The Plugin instance
      file - The File of plugin
      githubUser - GitHub user
      githubRepo - GitHub repository
      githubBranch - GitHub branch
      checkOnly - Whether to check the version only, without downloading