|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CLICommand | |
---|---|
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. |
Uses of CLICommand in hudson |
---|
Methods in hudson that return types with arguments of type CLICommand | |
---|---|
static ArrayList<CLICommand> |
Functions.getCLICommands()
|
Uses of CLICommand in hudson.cli |
---|
Subclasses of CLICommand in hudson.cli | |
---|---|
class |
AbstractBuildRangeCommand
CLICommand that acts on a series of AbstractBuild s. |
class |
BuildCommand
Builds a job, and optionally waits until its completion. |
class |
CloneableCLICommand
Cloneable CLICommand . |
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 |
DeleteBuildsCommand
Deletes builds records in a bulk. |
class |
GetJobCommand
|
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 |
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 |
SetBuildResultCommand
Sets the result of the current build. |
class |
UpdateJobCommand
|
class |
VersionCommand
Retrieves the current version. |
class |
WhoAmICommand
Report the current granted authorities |
Methods in hudson.cli that return CLICommand | |
---|---|
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. |
Methods in hudson.cli that return types with arguments of type CLICommand | |
---|---|
static ExtensionList<CLICommand> |
CLICommand.all()
Returns all the registered CLICommand s. |
Uses of CLICommand in hudson.model |
---|
Methods in hudson.model with parameters of type CLICommand | |
---|---|
ParameterValue |
ParameterDefinition.createValue(CLICommand command,
String value)
Create a parameter value from the string given in the CLI. |
ParameterValue |
SimpleParameterDefinition.createValue(CLICommand command,
String value)
|
ParameterValue |
FileParameterDefinition.createValue(CLICommand command,
String value)
|
Uses of CLICommand in hudson.security |
---|
Methods in hudson.security with parameters of type CLICommand | |
---|---|
CliAuthenticator |
SecurityRealm.createCliAuthenticator(CLICommand command)
Creates a CliAuthenticator object that authenticates an invocation of a CLI command. |
CliAuthenticator |
AbstractPasswordBasedSecurityRealm.createCliAuthenticator(CLICommand command)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |