Class LenientQuietDownCommandBase
java.lang.Object
hudson.cli.CLICommand
com.sonymobile.jenkins.plugins.lenientshutdown.cli.LenientQuietDownCommandBase
- All Implemented Interfaces:
ExtensionPoint,Cloneable
- Direct Known Subclasses:
LenientQuietDownCommand,ToggleLenientQuietDownCommand
Base class for the lenient quiet down commands that accept parameters.
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Field Summary
Fields inherited from class hudson.cli.CLICommand
ALLOW_AT_SYNTAX, channel, locale, stderr, stdin, stdout -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidtransfer the options to the configuration.protected voidprint the current shutdown configuration.Methods inherited from class hudson.cli.CLICommand
all, checkChannel, clone, createClone, getClientCharset, getClientEnvironmentVariable, getClientSystemProperty, getCmdLineParser, getCurrent, getLongDescription, getName, getShortDescription, getSingleLineSummary, getTransportAuthentication, getTransportAuthentication2, getUsage, handleException, main, printUsage, printUsageSummary, run, setClientCharset, setTransportAuth, setTransportAuth2
-
Constructor Details
-
LenientQuietDownCommandBase
public LenientQuietDownCommandBase()
-
-
Method Details
-
configure
protected void configure()transfer the options to the configuration. -
printShutdownConfiguration
protected void printShutdownConfiguration()print the current shutdown configuration.
-