Uses of Class
hudson.cli.CLICommand
Packages that use CLICommand
Package
Description
Server-side CLI commands for Hudson.
Core object model that are bound to URLs via stapler, rooted at
Jenkins
.Security-related code.
-
Uses of CLICommand in hudson
Methods in hudson that return types with arguments of type CLICommand -
Uses of CLICommand in hudson.cli
Subclasses of CLICommand in hudson.cliModifier and TypeClassDescriptionclass
Deprecated.class
class
Builds a job, and optionally waits until its completion.class
Cancel previous quiet down Jenkins - preparation for a restartclass
Clears the build queueclass
class
Reconnect to a node or nodes.class
cat/tail/head of the console output.class
Copies a job from CLI.class
Creates a new job by reading stdin as a configuration XML file.class
class
class
Deletes builds records in a bulk.class
CLI command, which deletes a job or multiple jobs.class
CLI command, which deletes Jenkins nodes.class
class
Disable one or more installed plugins.class
CLI Command, which disconnects nodes.class
Enables one or more installed plugins.class
class
class
class
Executes the specified groovy script.class
Executes Groovy shell.class
Show the list of all commands.class
Installs a plugin either from a file, an URL, or from update center.class
Retrieves a change list for the specified builds.class
Lists all jobs (in a specific view).class
Outputs a list of installed plugins.class
CLI Command, which puts the Jenkins node offline.class
CLI Command, which moves the node to the online state.class
Quiet down Jenkins - preparation for a restartclass
Reload everything from the file system.class
Reloads job from the disk.class
class
CLICommand
that acts on a series ofRun
s.class
Prints the current session ID number (that changes for every run) to allow clients to reliably wait for a restart.class
class
class
class
class
class
Retrieves the current version.class
CLI command, which waits till the node switches to the offline state.class
CLI command, which waits till the node switches to the online state.class
Report the current granted authoritiesMethods in hudson.cli that return CLICommandModifier and TypeMethodDescriptionstatic CLICommand
Obtains a copy of the command for invocation.protected CLICommand
CLICommand.createClone()
Creates a clone to be used to execute a command.protected CLICommand
CloneableCLICommand.createClone()
static CLICommand
CLICommand.getCurrent()
If the calling thread is in the middle of executing a CLI command, return it.Methods in hudson.cli that return types with arguments of type CLICommandModifier and TypeMethodDescriptionstatic ExtensionList<CLICommand>
CLICommand.all()
Returns all the registeredCLICommand
s. -
Uses of CLICommand in hudson.model
Methods in hudson.model with parameters of type CLICommandModifier and TypeMethodDescriptionFileParameterDefinition.createValue
(CLICommand command, String value) ParameterDefinition.createValue
(CLICommand command, String value) Create a parameter value from the string given in the CLI.final ParameterValue
SimpleParameterDefinition.createValue
(CLICommand command, String value) -
Uses of CLICommand in hudson.security
Methods in hudson.security with parameters of type CLICommandModifier and TypeMethodDescriptionSecurityRealm.createCliAuthenticator
(CLICommand command) Deprecated.No longer used. -
Uses of CLICommand in jenkins.cli
Subclasses of CLICommand in jenkins.cliModifier and TypeClassDescriptionclass
Safe Restart Jenkins - do not accept any new jobs and try to pause existing.class
RunRangeCommand