Package io.github.devsecops.engine.core
Class BashShellExecutor
java.lang.Object
io.github.devsecops.engine.core.contract.Executor
io.github.devsecops.engine.core.BashShellExecutor
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BashShellExecutor
public BashShellExecutor()
-
-
Method Details
-
execute
public String execute(String cmd, Map<String, String> params) throws IOException, InterruptedException- Specified by:
executein classExecutor- Throws:
IOExceptionInterruptedException
-