| Package | Description |
|---|---|
| hudson | |
| hudson.model |
Core object model that are bound to URLs via stapler, rooted at Hudson.
|
| hudson.security |
Security-related code.
|
| hudson.slaves |
Code related to slaves.
|
| jenkins.model |
| Modifier and Type | Method and Description |
|---|---|
static List<Descriptor<Cloud>> |
Functions.getCloudDescriptors() |
| Modifier and Type | Method and Description |
|---|---|
Set<Cloud> |
Label.getClouds()
Gets all
Clouds that can launch for this label. |
| Modifier and Type | Method and Description |
|---|---|
ACL |
AuthorizationStrategy.getACL(Cloud cloud)
Implementation can choose to provide different ACL for different
Clouds. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCloudImpl
|
| Modifier and Type | Field and Description |
|---|---|
static DescriptorList<Cloud> |
Cloud.ALL
|
| Modifier and Type | Method and Description |
|---|---|
static DescriptorExtensionList<Cloud,Descriptor<Cloud>> |
Cloud.all()
Returns all the registered
Cloud descriptors. |
static DescriptorExtensionList<Cloud,Descriptor<Cloud>> |
Cloud.all()
Returns all the registered
Cloud descriptors. |
Descriptor<Cloud> |
Cloud.getDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
CauseOfBlockage |
CloudProvisioningListener.canProvision(Cloud cloud,
Label label,
int numExecutors)
Allows extensions to prevent a cloud from provisioning.
|
void |
CloudProvisioningListener.onStarted(Cloud cloud,
Label label,
Collection<NodeProvisioner.PlannedNode> plannedNodes)
Called after a cloud has returned a PlannedNode, but before
that node is necessarily ready for connection.
|
| Modifier and Type | Method and Description |
|---|---|
Cloud |
Jenkins.CloudList.getByName(String name) |
Cloud |
Jenkins.getCloud(String name)
|
Copyright © 2019. All rights reserved.