Uses of Interface
org.jclouds.compute.callables.RunScriptOnNode
- 
Packages that use RunScriptOnNode Package Description org.jclouds.compute.callables org.jclouds.compute.config org.jclouds.compute.strategy  - 
- 
Uses of RunScriptOnNode in org.jclouds.compute.callables
Classes in org.jclouds.compute.callables that implement RunScriptOnNode Modifier and Type Class Description classRunScriptOnNodeAsInitScriptUsingSshclassRunScriptOnNodeAsInitScriptUsingSshAndBlockUntilCompleteclassRunScriptOnNodeUsingSshMethods in org.jclouds.compute.callables that return RunScriptOnNode Modifier and Type Method Description RunScriptOnNodeRunScriptOnNode.Factory. create(NodeMetadata node, Statement script, RunScriptOptions options)RunScriptOnNodeRunScriptOnNode. init()verifies that the command can execute on the node.RunScriptOnNodeRunScriptOnNodeUsingSsh. init() - 
Uses of RunScriptOnNode in org.jclouds.compute.config
Methods in org.jclouds.compute.config that return RunScriptOnNode Modifier and Type Method Description RunScriptOnNodeBaseComputeServiceContextModule.RunScriptOnNodeFactoryImpl. create(NodeMetadata node, Statement runScript, RunScriptOptions options) - 
Uses of RunScriptOnNode in org.jclouds.compute.strategy
Methods in org.jclouds.compute.strategy that return RunScriptOnNode Modifier and Type Method Description RunScriptOnNodeInitializeRunScriptOnNodeOrPlaceInBadMap. call()Methods in org.jclouds.compute.strategy that return types with arguments of type RunScriptOnNode Modifier and Type Method Description Callable<RunScriptOnNode>InitializeRunScriptOnNodeOrPlaceInBadMap.Factory. create(NodeMetadata node, Statement script, RunScriptOptions options, Map<NodeMetadata,Exception> badNodes)Constructors in org.jclouds.compute.strategy with parameters of type RunScriptOnNode Constructor Description RunScriptOnNodeAndAddToGoodMapOrPutExceptionIntoBadMap(RunScriptOnNode runScriptOnNode, Map<NodeMetadata,ExecResponse> goodNodes, Map<NodeMetadata,Exception> badNodes) 
 -