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 TypeClassDescriptionclassDeprecated.classclassBuilds a job, and optionally waits until its completion.classCancel previous quiet down Jenkins - preparation for a restartclassClears the build queueclassclassReconnect to a node or nodes.classcat/tail/head of the console output.classCopies a job from CLI.classCreates a new job by reading stdin as a configuration XML file.classclassclassDeletes builds records in a bulk.classCLI command, which deletes a job or multiple jobs.classCLI command, which deletes Jenkins nodes.classclassDisable one or more installed plugins.classCLI Command, which disconnects nodes.classEnables one or more installed plugins.classclassclassclassExecutes the specified groovy script.classExecutes Groovy shell.classShow the list of all commands.classInstalls a plugin either from a file, an URL, or from update center.classRetrieves a change list for the specified builds.classLists all jobs (in a specific view).classOutputs a list of installed plugins.classCLI Command, which puts the Jenkins node offline.classCLI Command, which moves the node to the online state.classQuiet down Jenkins - preparation for a restartclassReload everything from the file system.classReloads job from the disk.classclassCLICommandthat acts on a series ofRuns.classPrints the current session ID number (that changes for every run) to allow clients to reliably wait for a restart.classclassclassclassclassclassRetrieves the current version.classCLI command, which waits till the node switches to the offline state.classCLI command, which waits till the node switches to the online state.classReport the current granted authoritiesMethods in hudson.cli that return CLICommandModifier and TypeMethodDescriptionstatic CLICommandObtains a copy of the command for invocation.protected CLICommandCLICommand.createClone()Creates a clone to be used to execute a command.protected CLICommandCloneableCLICommand.createClone()static CLICommandCLICommand.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 registeredCLICommands. -
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 ParameterValueSimpleParameterDefinition.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 TypeClassDescriptionclassSafe Restart Jenkins - do not accept any new jobs and try to pause existing.class
RunRangeCommand