Interface ExecutionParser

    • Method Detail

      • loadProps

        static Properties loadProps​(String filePath)
        Loads *.properties file.
        Parameters:
        filePath - - File path of the *.properties file
        Returns:
        Loaded properties
      • parse

        Collection<Execution> parse​(String workingDir)
        Parse invoker properties from workingDir into a collection of executions.
        Parameters:
        workingDir - - Working directory where invoker.properties are present
        Returns:
        Collection of executions