Package hudson.slaves
Class Cloud.CloudState
java.lang.Object
hudson.slaves.Cloud.CloudState
- Enclosing class:
- Cloud
Parameter object for
Cloud
.- Since:
- 2.259
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
The additional planned capacity for thisgetLabel()
and provisioned by previous strategies during the current updating of theNodeProvisioner
.getLabel()
The label under consideration.
-
Constructor Details
-
CloudState
-
-
Method Details
-
getLabel
The label under consideration. -
getAdditionalPlannedCapacity
public int getAdditionalPlannedCapacity()The additional planned capacity for thisgetLabel()
and provisioned by previous strategies during the current updating of theNodeProvisioner
.
-