Class LenientOfflineNodeCommand

java.lang.Object
hudson.cli.CLICommand
com.sonymobile.jenkins.plugins.lenientshutdown.cli.LenientOfflineNodeCommand
All Implemented Interfaces:
ExtensionPoint, Cloneable

@Extension public class LenientOfflineNodeCommand extends CLICommand
Sets a node offline leniently. Mimicking the offline-node command
Author:
<robert.sandell@sonymobile.com>
See Also:
  • Field Details

    • node

      public Node node
      The node to act on.
  • Constructor Details

    • LenientOfflineNodeCommand

      public LenientOfflineNodeCommand()
  • Method Details