Package | Description |
---|---|
hudson.model |
Core object model that are bound to URLs via stapler, rooted at
Hudson . |
jenkins.model |
Modifier and Type | Method and Description |
---|---|
RunT |
Job.getBuildForCLI(String id) |
static Hudson |
Hudson.getInstance()
Deprecated.
Here only for compatibility. Use
Jenkins.get() instead. |
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.
|
Modifier and Type | Method and Description |
---|---|
Computer |
Jenkins.getComputer(String name) |
static Jenkins |
Jenkins.getInstanceOrNull()
Gets the
Jenkins singleton. |
static ParameterizedJobMixIn.ParameterizedJob |
ParameterizedJobMixIn.ParameterizedJob.resolveForCLI(String name)
Used for CLI binding.
|
Copyright © 2004–2021. All rights reserved.