Package hudson.cli

Class InstallPluginCommand

java.lang.Object
hudson.cli.CLICommand
hudson.cli.InstallPluginCommand
All Implemented Interfaces:
ExtensionPoint, Cloneable

@Extension public class InstallPluginCommand extends CLICommand
Installs a plugin either from a file, an URL, or from update center.
Since:
1.331
Author:
Kohsuke Kawaguchi
  • Field Details

    • sources

      public List<String> sources
    • name

      @Deprecated public String name
      Deprecated.
    • restart

      public boolean restart
    • dynamicLoad

      public boolean dynamicLoad
  • Constructor Details

    • InstallPluginCommand

      public InstallPluginCommand()
  • Method Details