Package hudson.slaves
Class NodeProvisioner
java.lang.Object
hudson.slaves.NodeProvisioner
- Author:
- Kohsuke Kawaguchi
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classPeriodically invoke NodeProvisionersstatic classThe node addition activity in progress.static classThe default strategy.static classExtension point for node provisioning strategies.static enumRepresents the decision taken by an individualNodeProvisioner.Strategy.final classParameter object forNodeProvisioner.Strategy. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionNodes that are being launched.voidGive theNodeProvisionera hint that now would be a good time to think about provisioning some nodes.
-
Constructor Details
-
NodeProvisioner
-
-
Method Details
-
getPendingLaunches
Nodes that are being launched.- Returns:
- Can be empty but never null
- Since:
- 1.401
-
suggestReviewNow
public void suggestReviewNow()Give theNodeProvisionera hint that now would be a good time to think about provisioning some nodes. Hints are throttled to one every second.- Since:
- 1.415
-