jenkins.plugins.jclouds.compute.internal
Class ProvisionPlannedInstancesAndDestroyAllOnError
java.lang.Object
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>>
| 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 |
ProvisionPlannedInstancesAndDestroyAllOnError
public ProvisionPlannedInstancesAndDestroyAllOnError(com.google.common.util.concurrent.ListeningExecutorService executor,
org.jclouds.logging.Logger logger,
com.google.common.base.Function<Iterable<RunningNode>,Void> terminateNodes)
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.