Uses of Class
hudson.slaves.Cloud.CloudState
-
Packages that use Cloud.CloudState Package Description hudson.slaves Code related to agents. -
-
Uses of Cloud.CloudState in hudson.slaves
Methods in hudson.slaves with parameters of type Cloud.CloudState Modifier and Type Method Description boolean
Cloud. canProvision(Cloud.CloudState state)
Returns true if this cloud is capable of provisioning new nodes for the given label.CauseOfBlockage
CloudProvisioningListener. canProvision(Cloud cloud, Cloud.CloudState state, int numExecutors)
Allows extensions to prevent a cloud from provisioning.Collection<NodeProvisioner.PlannedNode>
Cloud. provision(Cloud.CloudState state, int excessWorkload)
Provisions newNode
s from this cloud.
-