Uses of Class
hudson.slaves.Cloud
Package
Description
Core object model that are bound to URLs via stapler, rooted at
Jenkins
.Security-related code.
Code related to agents.
-
Uses of Cloud in hudson
-
Uses of Cloud in hudson.model
-
Uses of Cloud in hudson.security
-
Uses of Cloud in hudson.slaves
Modifier and TypeClassDescriptionclass
Modifier and TypeMethodDescriptionCloud.reconfigure
(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject form) Cloud.reconfigure
(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject form) Deprecated.Modifier and TypeMethodDescriptionstatic DescriptorExtensionList<Cloud,
Descriptor<Cloud>> Cloud.all()
Returns all the registeredCloud
descriptors.static DescriptorExtensionList<Cloud,
Descriptor<Cloud>> Cloud.all()
Returns all the registeredCloud
descriptors.Cloud.getDescriptor()
Modifier and TypeMethodDescriptionCloudProvisioningListener.canProvision
(Cloud cloud, Label label, int numExecutors) Deprecated.CloudProvisioningListener.canProvision
(Cloud cloud, Cloud.CloudState state, 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. -
Uses of Cloud in jenkins.agents
Modifier and TypeMethodDescriptionCloudSet.getCloudByIndex
(int index) CloudSet.getDynamic
(String token) CloudSet.getDynamic
(String name, org.kohsuke.stapler.StaplerRequest2 req, org.kohsuke.stapler.StaplerResponse2 rsp) Modifier and TypeMethodDescriptionCloudSet.getCloudUrl
(org.kohsuke.stapler.StaplerRequest2 request, Jenkins jenkins, Cloud cloud) CloudSet.getCloudUrl
(org.kohsuke.stapler.StaplerRequest request, Jenkins jenkins, Cloud cloud) Deprecated. -
Uses of Cloud in jenkins.model
Modifier and TypeMethodDescriptionModifier and TypeMethodDescription
all()
for read access, andExtension
for registration.