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
ConstructorsConstructorDescriptionProvisionPlannedInstancesAndDestroyAllOnError(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, waitMethods 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:
applyin interfacecom.google.common.base.Function<Iterable<NodePlan>,Iterable<RunningNode>> - Specified by:
applyin interfaceFunction<Iterable<NodePlan>,Iterable<RunningNode>>
-