Uses of Class
jenkins.plugins.jclouds.compute.internal.RunningNode

Packages that use RunningNode
jenkins.plugins.jclouds.compute   
jenkins.plugins.jclouds.compute.internal Code written in POJO style to facilitate unit testing 
 

Uses of RunningNode in jenkins.plugins.jclouds.compute
 

Method parameters in jenkins.plugins.jclouds.compute with type arguments of type RunningNode
 List<String> JCloudsBuildWrapper.getInstanceIPs(Iterable<RunningNode> runningNodes, PrintStream logger)
           
 

Uses of RunningNode in jenkins.plugins.jclouds.compute.internal
 

Methods in jenkins.plugins.jclouds.compute.internal that return types with arguments of type RunningNode
 Iterable<RunningNode> ProvisionPlannedInstancesAndDestroyAllOnError.apply(Iterable<NodePlan> nodePlans)
           
 

Method parameters in jenkins.plugins.jclouds.compute.internal with type arguments of type RunningNode
 Void TerminateNodes.apply(Iterable<RunningNode> runningNode)
           
 

Constructor parameters in jenkins.plugins.jclouds.compute.internal with type arguments of type RunningNode
ProvisionPlannedInstancesAndDestroyAllOnError(com.google.common.util.concurrent.ListeningExecutorService executor, org.jclouds.logging.Logger logger, com.google.common.base.Function<Iterable<RunningNode>,Void> terminateNodes)
           
 



Copyright © 2004-2012. All Rights Reserved.