public GroovyThread()

in src/main/java/com/epam/gmp/process/GroovyThread.java [55:58]


    public GroovyThread(String scriptPath, List<String> params) {
        this.scriptPath = scriptPath;
        this.params.put("cmdLine", params);
    }