Class NodePlan
java.lang.Object
jenkins.plugins.jclouds.compute.internal.NodePlan
-
Constructor Summary
ConstructorDescriptionNodePlan
(String cloud, String template, int count, boolean shouldSuspend, com.google.common.base.Supplier<JCloudsNodeMetadata> nodeSupplier) -
Method Summary
Modifier and TypeMethodDescriptionint
getCount()
com.google.common.base.Supplier<JCloudsNodeMetadata>
boolean
-
Constructor Details
-
NodePlan
public NodePlan(String cloud, String template, int count, boolean shouldSuspend, com.google.common.base.Supplier<JCloudsNodeMetadata> nodeSupplier)
-
-
Method Details
-
getCloudName
-
getTemplateName
-
getCount
public int getCount() -
getShouldSuspend
public boolean getShouldSuspend() -
getNodeSupplier
-