Uses of Class
hudson.slaves.Cloud
Packages that use 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
Methods in hudson.model that return types with arguments of type Cloud -
Uses of Cloud in hudson.security
Methods in hudson.security with parameters of type Cloud -
Uses of Cloud in hudson.slaves
Subclasses of Cloud in hudson.slavesModifier and TypeClassDescriptionclass
Fields in hudson.slaves with type parameters of type CloudMethods in hudson.slaves that return CloudModifier 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.Methods in hudson.slaves that return types with arguments of type CloudModifier 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()
Methods in hudson.slaves with parameters of type CloudModifier 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
Methods in jenkins.agents that return CloudModifier and TypeMethodDescriptionCloudSet.getCloudByIndex
(int index) CloudSet.getDynamic
(String token) CloudSet.getDynamic
(String name, org.kohsuke.stapler.StaplerRequest2 req, org.kohsuke.stapler.StaplerResponse2 rsp) Methods in jenkins.agents with parameters of type CloudModifier 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
Methods in jenkins.model that return CloudModifier and TypeMethodDescriptionMethods in jenkins.model with parameters of type CloudModifier and TypeMethodDescription
all()
for read access, andExtension
for registration.