Package | Description |
---|---|
hudson | |
hudson.cli |
Server-side CLI commands for Hudson.
|
hudson.model |
Core object model that are bound to URLs via stapler, rooted at
Hudson . |
hudson.security |
Security-related code.
|
jenkins.cli |
Modifier and Type | Method and Description |
---|---|
static ArrayList<CLICommand> |
Functions.getCLICommands() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBuildRangeCommand
Deprecated.
rather use
RunRangeCommand |
class |
AddJobToViewCommand |
class |
BuildCommand
Builds a job, and optionally waits until its completion.
|
class |
CancelQuietDownCommand
Cancel previous quiet down Jenkins - preparation for a restart
|
class |
ClearQueueCommand
Clears the build queue
|
class |
CloneableCLICommand
|
class |
ConnectNodeCommand
Reconnect to a node or nodes.
|
class |
ConsoleCommand
cat/tail/head of the console output.
|
class |
CopyJobCommand
Copies a job from CLI.
|
class |
CreateJobCommand
Creates a new job by reading stdin as a configuration XML file.
|
class |
CreateNodeCommand |
class |
CreateViewCommand |
class |
DeleteBuildsCommand
Deletes builds records in a bulk.
|
class |
DeleteJobCommand
CLI command, which deletes a job or multiple jobs.
|
class |
DeleteNodeCommand
CLI command, which deletes Jenkins nodes.
|
class |
DeleteViewCommand |
class |
DisablePluginCommand
Disable one or more installed plugins.
|
class |
DisconnectNodeCommand
CLI Command, which disconnects nodes.
|
class |
EnablePluginCommand
Enables one or more installed plugins.
|
class |
GetJobCommand |
class |
GetNodeCommand |
class |
GetViewCommand |
class |
GroovyCommand
Executes the specified groovy script.
|
class |
GroovyshCommand
Executes Groovy shell.
|
class |
HelpCommand
Show the list of all commands.
|
class |
InstallPluginCommand
Installs a plugin either from a file, an URL, or from update center.
|
class |
ListChangesCommand
Retrieves a change list for the specified builds.
|
class |
ListJobsCommand
Lists all jobs (in a specific view).
|
class |
ListPluginsCommand
Outputs a list of installed plugins.
|
class |
OfflineNodeCommand
CLI Command, which puts the Jenkins node offline.
|
class |
OnlineNodeCommand
CLI Command, which moves the node to the online state.
|
class |
QuietDownCommand
Quiet down Jenkins - preparation for a restart
|
class |
ReloadConfigurationCommand
Reload everything from the file system.
|
class |
ReloadJobCommand
Reloads job from the disk.
|
class |
RemoveJobFromViewCommand |
class |
RunRangeCommand
CLICommand that acts on a series of Run s. |
class |
SessionIdCommand
Prints the current session ID number (that changes for every run)
to allow clients to reliably wait for a restart.
|
class |
SetBuildDescriptionCommand |
class |
SetBuildDisplayNameCommand |
class |
UpdateJobCommand |
class |
UpdateNodeCommand |
class |
UpdateViewCommand |
class |
VersionCommand
Retrieves the current version.
|
class |
WaitNodeOfflineCommand
CLI command, which waits till the node switches to the offline state.
|
class |
WaitNodeOnlineCommand
CLI command, which waits till the node switches to the online state.
|
class |
WhoAmICommand
Report the current granted authorities
|
Modifier and Type | Method and Description |
---|---|
static CLICommand |
CLICommand.clone(String name)
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.
|
Modifier and Type | Method and Description |
---|---|
static ExtensionList<CLICommand> |
CLICommand.all()
Returns all the registered
CLICommand s. |
Modifier and Type | Method and Description |
---|---|
ParameterValue |
ParameterDefinition.createValue(CLICommand command,
String value)
Create a parameter value from the string given in the CLI.
|
ParameterValue |
FileParameterDefinition.createValue(CLICommand command,
String value) |
ParameterValue |
SimpleParameterDefinition.createValue(CLICommand command,
String value) |
Modifier and Type | Method and Description |
---|---|
CliAuthenticator |
SecurityRealm.createCliAuthenticator(CLICommand command)
Deprecated.
No longer used.
|
Modifier and Type | Class and Description |
---|---|
class |
StopBuildsCommand |
Copyright © 2004–2021. All rights reserved.