Uses of Interface
org.jclouds.compute.callables.RunScriptOnNode
Packages that use RunScriptOnNode
Package
Description
-
Uses of RunScriptOnNode in org.jclouds.compute.callables
Classes in org.jclouds.compute.callables that implement RunScriptOnNodeModifier and TypeClassDescriptionclass
class
class
Methods in org.jclouds.compute.callables that return RunScriptOnNodeModifier and TypeMethodDescriptionRunScriptOnNode.Factory.create
(NodeMetadata node, Statement script, RunScriptOptions options) RunScriptOnNode.init()
verifies that the command can execute on the node.RunScriptOnNodeUsingSsh.init()
-
Uses of RunScriptOnNode in org.jclouds.compute.config
Methods in org.jclouds.compute.config that return RunScriptOnNodeModifier and TypeMethodDescriptionBaseComputeServiceContextModule.RunScriptOnNodeFactoryImpl.create
(NodeMetadata node, Statement runScript, RunScriptOptions options) -
Uses of RunScriptOnNode in org.jclouds.compute.strategy
Methods in org.jclouds.compute.strategy that return RunScriptOnNodeMethods in org.jclouds.compute.strategy that return types with arguments of type RunScriptOnNodeModifier and TypeMethodDescriptionInitializeRunScriptOnNodeOrPlaceInBadMap.Factory.create
(NodeMetadata node, Statement script, RunScriptOptions options, Map<NodeMetadata, Exception> badNodes) Constructors in org.jclouds.compute.strategy with parameters of type RunScriptOnNodeModifierConstructorDescriptionRunScriptOnNodeAndAddToGoodMapOrPutExceptionIntoBadMap
(RunScriptOnNode runScriptOnNode, Map<NodeMetadata, ExecResponse> goodNodes, Map<NodeMetadata, Exception> badNodes)