Class ProvisionPlannedInstancesAndDestroyAllOnError
java.lang.Object
jenkins.plugins.jclouds.compute.internal.ProvisionPlannedInstancesAndDestroyAllOnError
- All Implemented Interfaces:
com.google.common.base.Function<Iterable<NodePlan>,
,Iterable<RunningNode>> Function<Iterable<NodePlan>,
Iterable<RunningNode>>
public class ProvisionPlannedInstancesAndDestroyAllOnError
extends Object
implements com.google.common.base.Function<Iterable<NodePlan>,Iterable<RunningNode>>
-
Constructor Summary
ConstructorDescriptionProvisionPlannedInstancesAndDestroyAllOnError
(com.google.common.util.concurrent.ListeningExecutorService executor, Logger logger, com.google.common.base.Function<Iterable<RunningNode>, Void> terminateNodes) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.google.common.base.Function
equals
-
Constructor Details
-
ProvisionPlannedInstancesAndDestroyAllOnError
public ProvisionPlannedInstancesAndDestroyAllOnError(com.google.common.util.concurrent.ListeningExecutorService executor, Logger logger, com.google.common.base.Function<Iterable<RunningNode>, Void> terminateNodes)
-
-
Method Details
-
apply
- Specified by:
apply
in interfacecom.google.common.base.Function<Iterable<NodePlan>,
Iterable<RunningNode>> - Specified by:
apply
in interfaceFunction<Iterable<NodePlan>,
Iterable<RunningNode>>
-