Package hudson.slaves
Class NodeProvisioner
java.lang.Object
hudson.slaves.NodeProvisioner
- Author:
- Kohsuke Kawaguchi
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Periodically invoke NodeProvisionersstatic class
The node addition activity in progress.static class
The default strategy.static class
Extension point for node provisioning strategies.static enum
Represents the decision taken by an individualNodeProvisioner.Strategy
.final class
Parameter object forNodeProvisioner.Strategy
. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionNodes that are being launched.void
Give theNodeProvisioner
a 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 theNodeProvisioner
a hint that now would be a good time to think about provisioning some nodes. Hints are throttled to one every second.- Since:
- 1.415
-