Package hudson.cli

Class EnablePluginCommand

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

@Extension public class EnablePluginCommand extends CLICommand
Enables one or more installed plugins. The listed plugins must already be installed along with its dependencies. Any listed plugin with disabled dependencies will have its dependencies enabled transitively. Note that enabling an already enabled plugin does nothing.
Since:
2.136
  • Constructor Details

    • EnablePluginCommand

      public EnablePluginCommand()
  • Method Details