Interface RunScriptOnNode

    • Method Detail

      • getStatement

        Statement getStatement()
        Returns:
        statement that will be executed
      • init

        RunScriptOnNode init()
        verifies that the command can execute on the node. For example, if this is ssh, it may attempt to find a reachable socket. If this is using an API, it may attempt to validate that connection.
      • getNode

        NodeMetadata getNode()
        the node this command is being executed on.