Package | Description |
---|---|
hudson.slaves |
Code related to slaves.
|
Modifier and Type | Method and Description |
---|---|
abstract NodeProvisioner.StrategyDecision |
NodeProvisioner.Strategy.apply(NodeProvisioner.StrategyState state)
Called by
NodeProvisioner.update() to apply this strategy against the specified state. |
NodeProvisioner.StrategyDecision |
NodeProvisioner.StandardStrategyImpl.apply(NodeProvisioner.StrategyState state)
Called by
NodeProvisioner.update() to apply this strategy against the specified state. |
static NodeProvisioner.StrategyDecision |
NodeProvisioner.StrategyDecision.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodeProvisioner.StrategyDecision[] |
NodeProvisioner.StrategyDecision.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019. All rights reserved.