Uses of Class
jenkins.plugins.jclouds.compute.internal.RunningNode
-
Packages that use RunningNode Package Description jenkins.plugins.jclouds.compute.internal Code written in POJO style to facilitate unit testing -
-
Uses of RunningNode in jenkins.plugins.jclouds.compute.internal
Methods in jenkins.plugins.jclouds.compute.internal that return types with arguments of type RunningNode Modifier and Type Method Description Iterable<RunningNode>
ProvisionPlannedInstancesAndDestroyAllOnError. apply(Iterable<NodePlan> nodePlans)
Method parameters in jenkins.plugins.jclouds.compute.internal with type arguments of type RunningNode Modifier and Type Method Description Void
TerminateNodes. apply(Iterable<RunningNode> runningNode)
Constructor parameters in jenkins.plugins.jclouds.compute.internal with type arguments of type RunningNode Constructor Description ProvisionPlannedInstancesAndDestroyAllOnError(com.google.common.util.concurrent.ListeningExecutorService executor, Logger logger, com.google.common.base.Function<Iterable<RunningNode>,Void> terminateNodes)
-