Package hudson.slaves
Class Cloud.CloudState
- java.lang.Object
-
- hudson.slaves.Cloud.CloudState
-
-
Constructor Summary
Constructors Constructor Description CloudState(Label label, int additionalPlannedCapacity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getAdditionalPlannedCapacity()
The additional planned capacity for thisgetLabel()
and provisioned by previous strategies during the current updating of theNodeProvisioner
.Label
getLabel()
The label under consideration.
-
-
-
Constructor Detail
-
CloudState
public CloudState(@CheckForNull Label label, int additionalPlannedCapacity)
-
-
Method Detail
-
getLabel
@CheckForNull public Label 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
.
-
-