Class StandardPlannedNodeBuilder
java.lang.Object
org.csanchez.jenkins.plugins.kubernetes.PlannedNodeBuilder
org.csanchez.jenkins.plugins.kubernetes.StandardPlannedNodeBuilder
The default
PlannedNodeBuilder
implementation, in case there is other registered.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds theNodeProvisioner.PlannedNode
instance based on the given inputs.Methods inherited from class org.csanchez.jenkins.plugins.kubernetes.PlannedNodeBuilder
cloud, getCloud, getLabel, getNumExecutors, getTemplate, label, numExecutors, template
-
Constructor Details
-
StandardPlannedNodeBuilder
public StandardPlannedNodeBuilder()
-
-
Method Details
-
build
Description copied from class:PlannedNodeBuilder
Builds theNodeProvisioner.PlannedNode
instance based on the given inputs.- Specified by:
build
in classPlannedNodeBuilder
- Returns:
- a
NodeProvisioner.PlannedNode
configured from this builder.
-