public class NodeTasks extends Object implements FallibleCommand
For internal use only. May be renamed or removed in a future release.
Modifier and Type | Class and Description |
---|---|
static class |
NodeTasks.Builder
Build a
NodeExecutor instance. |
public void execute() throws ExecutionFailedException
FallibleCommand
If execution fails then the command may throw an exception which may give a message and a cause of the failure.
execute
in interface FallibleCommand
ExecutionFailedException
- if there is an execution errorCopyright © 2023. All rights reserved.