class |
AbstractBuildRangeCommand |
Deprecated.
|
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 |
|
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
|