jenkins.plugins.jclouds.compute.internal
Class ProvisionPlannedInstancesAndDestroyAllOnError

java.lang.Object
  extended by jenkins.plugins.jclouds.compute.internal.ProvisionPlannedInstancesAndDestroyAllOnError
All Implemented Interfaces:
com.google.common.base.Function<Iterable<NodePlan>,Iterable<RunningNode>>

public class ProvisionPlannedInstancesAndDestroyAllOnError
extends Object
implements com.google.common.base.Function<Iterable<NodePlan>,Iterable<RunningNode>>


Constructor Summary
ProvisionPlannedInstancesAndDestroyAllOnError(com.google.common.util.concurrent.ListeningExecutorService executor, org.jclouds.logging.Logger logger, com.google.common.base.Function<Iterable<RunningNode>,Void> terminateNodes)
           
 
Method Summary
 Iterable<RunningNode> apply(Iterable<NodePlan> nodePlans)
           
 
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 Detail

ProvisionPlannedInstancesAndDestroyAllOnError

public ProvisionPlannedInstancesAndDestroyAllOnError(com.google.common.util.concurrent.ListeningExecutorService executor,
                                                     org.jclouds.logging.Logger logger,
                                                     com.google.common.base.Function<Iterable<RunningNode>,Void> terminateNodes)
Method Detail

apply

public Iterable<RunningNode> apply(Iterable<NodePlan> nodePlans)
Specified by:
apply in interface com.google.common.base.Function<Iterable<NodePlan>,Iterable<RunningNode>>


Copyright © 2004-2012. All Rights Reserved.