Class NodeExecutorUtils


  • public class NodeExecutorUtils
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String[] getExportedVariablesForNode​(INodeEntry node, ExecutionContext nodeContext, java.util.List commandList)
      It checkf if the node allows RD variable inyection, if so, it will be added as part of the execution command
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NodeExecutorUtils

        public NodeExecutorUtils()
    • Method Detail

      • getExportedVariablesForNode

        public static java.lang.String[] getExportedVariablesForNode​(INodeEntry node,
                                                                     ExecutionContext nodeContext,
                                                                     java.util.List commandList)
        It checkf if the node allows RD variable inyection, if so, it will be added as part of the execution command
        Parameters:
        node -
        nodeContext -
        commandList - current command list to execute
        Returns:
        String[] commands with exported variables