Class GuizhanUpdater

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

@Deprecated(since="2.0.0", forRemoval=true) public final class GuizhanUpdater extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
For backward compatibility only. Use the GuizhanUpdater in the new package instead.
The universal updater wrapper.
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    start(org.bukkit.plugin.Plugin plugin, File file, String githubUser, String githubRepo, String githubBranch)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static void
    start(org.bukkit.plugin.Plugin plugin, File file, String githubUser, String githubRepo, String githubBranch, boolean checkOnly)
    Deprecated.
    static void
    start(org.bukkit.plugin.Plugin plugin, File file, String githubUser, String githubRepo, String githubBranch, net.guizhanss.guizhanlib.updater.UpdaterConfig config)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • start

      @ParametersAreNonnullByDefault public static void start(org.bukkit.plugin.Plugin plugin, File file, String githubUser, String githubRepo, String githubBranch)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • start

      @ParametersAreNonnullByDefault public static void start(org.bukkit.plugin.Plugin plugin, File file, String githubUser, String githubRepo, String githubBranch, net.guizhanss.guizhanlib.updater.UpdaterConfig config)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • start

      @Deprecated @ParametersAreNonnullByDefault public static void start(org.bukkit.plugin.Plugin plugin, File file, String githubUser, String githubRepo, String githubBranch, boolean checkOnly)
      Deprecated.