Uses of Class
hudson.slaves.Cloud.CloudState
Packages that use Cloud.CloudState
-
Uses of Cloud.CloudState in hudson.slaves
Methods in hudson.slaves with parameters of type Cloud.CloudStateModifier and TypeMethodDescriptionboolean
Cloud.canProvision
(Cloud.CloudState state) Returns true if this cloud is capable of provisioning new nodes for the given label.CloudProvisioningListener.canProvision
(Cloud cloud, Cloud.CloudState state, int numExecutors) Allows extensions to prevent a cloud from provisioning.Cloud.provision
(Cloud.CloudState state, int excessWorkload) Provisions newNode
s from this cloud.