jenkins.plugins.jclouds.compute.internal
Class TerminateNodes
java.lang.Object
jenkins.plugins.jclouds.compute.internal.TerminateNodes
- All Implemented Interfaces:
- com.google.common.base.Function<Iterable<RunningNode>,Void>
public class TerminateNodes
- extends Object
- implements com.google.common.base.Function<Iterable<RunningNode>,Void>
|
Constructor Summary |
TerminateNodes(org.jclouds.logging.Logger logger,
com.google.common.cache.LoadingCache<String,org.jclouds.compute.ComputeService> computeCache)
|
| 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 |
TerminateNodes
public TerminateNodes(org.jclouds.logging.Logger logger,
com.google.common.cache.LoadingCache<String,org.jclouds.compute.ComputeService> computeCache)
apply
public Void apply(Iterable<RunningNode> runningNode)
- Specified by:
apply in interface com.google.common.base.Function<Iterable<RunningNode>,Void>
Copyright © 2004-2012. All Rights Reserved.