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.
|
Modifier and Type | Method and Description |
---|---|
static ArrayList<CLICommand> |
Functions.getCLICommands() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBuildRangeCommand
CLICommand that acts on a series of AbstractBuild s. |
class |
AddJobToViewCommand |
class |
BuildCommand
Builds a job, and optionally waits until its completion.
|
class |
CloneableCLICommand
|
class |
CommandDuringBuild
Base class for those commands that are valid only during a build.
|
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 |
class |
DeleteNodeCommand |
class |
DeleteViewCommand |
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 |
InstallToolCommand
Performs automatic tool installation on demand.
|
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 |
LoginCommand
Saves the current credential to allow future commands to run without explicit credential information.
|
class |
LogoutCommand
Deletes the credential stored with the login command.
|
class |
OnlineNodeCommand |
class |
ReloadJobCommand |
class |
RemoveJobFromViewCommand |
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 |
SetBuildParameterCommand
Used from the build to update the build variable.
|
class |
SetBuildResultCommand
Sets the result of the current build.
|
class |
UpdateJobCommand |
class |
UpdateNodeCommand |
class |
UpdateViewCommand |
class |
VersionCommand
Retrieves the current version.
|
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 |
CloneableCLICommand.createClone() |
protected CLICommand |
CLICommand.createClone()
Creates a clone to be used to execute a command.
|
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 |
SimpleParameterDefinition.createValue(CLICommand command,
String value) |
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) |
Modifier and Type | Method and Description |
---|---|
CliAuthenticator |
SecurityRealm.createCliAuthenticator(CLICommand command)
Creates a
CliAuthenticator object that authenticates an invocation of a CLI command. |
CliAuthenticator |
AbstractPasswordBasedSecurityRealm.createCliAuthenticator(CLICommand command) |
Copyright © 2016. All rights reserved.