Uses of Class
hudson.cli.declarative.CLIResolver
-
Packages that use CLIResolver Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.jenkins.model -
-
Uses of CLIResolver in hudson.model
Methods in hudson.model with annotations of type CLIResolver Modifier and Type Method Description RunT
Job. getBuildForCLI(String id)
static Hudson
Hudson. getInstance()
Deprecated.Here only for compatibility.static Queue
Queue. getInstance()
static AbstractItem
AbstractItem. resolveForCLI(String name)
Used for CLI binding.static AbstractProject
AbstractProject. resolveForCLI(String name)
Used for CLI binding.static Computer
Computer. resolveForCLI(String name)
Used for CLI binding. -
Uses of CLIResolver in jenkins.model
Methods in jenkins.model with annotations of type CLIResolver Modifier and Type Method Description Computer
Jenkins. getComputer(String name)
static Jenkins
Jenkins. getInstanceOrNull()
Gets theJenkins
singleton.static ParameterizedJobMixIn.ParameterizedJob
ParameterizedJobMixIn.ParameterizedJob. resolveForCLI(String name)
Used for CLI binding.
-