Package hudson.slaves

Class Cloud.CloudState

  • Enclosing class:
    Cloud

    public static final class Cloud.CloudState
    extends Object
    Parameter object for Cloud.
    Since:
    2.259
    • 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 this getLabel() and provisioned by previous strategies during the current updating of the NodeProvisioner.