|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.dtolabs.rundeck.core.execution.impl.local.LocalNodeExecutor
public class LocalNodeExecutor
LocalNodeExecutor is ...
Field Summary | |
---|---|
static java.lang.String |
SERVICE_PROVIDER_TYPE
|
Constructor Summary | |
---|---|
LocalNodeExecutor(Framework framework)
|
Method Summary | |
---|---|
NodeExecutorResult |
executeCommand(ExecutionContext context,
java.lang.String[] command,
INodeEntry node)
Execute a command on a node and return the result. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String SERVICE_PROVIDER_TYPE
Constructor Detail |
---|
public LocalNodeExecutor(Framework framework)
Method Detail |
---|
public NodeExecutorResult executeCommand(ExecutionContext context, java.lang.String[] command, INodeEntry node)
NodeExecutor
executeCommand
in interface NodeExecutor
context
- the execution contextcommand
- the array of strings for the command line, with any necessary data context references replaced.node
- the node to execute on
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |