Uses of Class
com.scivicslab.turingworkflow.plugins.ssh.Node
Packages that use Node
Package
Description
-
Uses of Node in com.scivicslab.turingworkflow.plugins.inventory
Methods in com.scivicslab.turingworkflow.plugins.inventory that return types with arguments of type NodeModifier and TypeMethodDescriptionNodeGroup.createLocalNode()Creates a single Node for localhost execution.NodeGroupInterpreter.createLocalNode()Creates a single Node for localhost execution.NodeGroup.createNodesForGroup(String groupName) Creates Node objects for all hosts in the specified group.NodeGroupInterpreter.createNodesForGroup(String groupName) Creates Node objects for all hosts in the specified group. -
Uses of Node in com.scivicslab.turingworkflow.plugins.ssh
Methods in com.scivicslab.turingworkflow.plugins.ssh that return NodeConstructors in com.scivicslab.turingworkflow.plugins.ssh with parameters of type NodeModifierConstructorDescriptionNodeInterpreter(Node node, com.scivicslab.turingworkflow.workflow.IIActorSystem system) Constructs a NodeInterpreter that wraps the specified Node. -
Uses of Node in com.scivicslab.turingworkflow.plugins.ssh.mixin
Methods in com.scivicslab.turingworkflow.plugins.ssh.mixin that return NodeConstructors in com.scivicslab.turingworkflow.plugins.ssh.mixin with parameters of type NodeModifierConstructorDescriptionSshCommandExecutor(Node node) Constructs an SSH command executor wrapping the given node.