public static class Shellcheck.Result extends Object
| Modifier and Type | Field and Description |
|---|---|
List<String> |
cmdLine
The actual command line that was ran to execute shellcheck, as a list.
|
int |
exitCode
The os exit code for the shellcheck invocation.
|
String |
runId
Run id.
|
Path |
stderr
Path where the captured stderr has been redirected.
|
Path |
stdout
Path where the captured stdout has been redirected.
|
public final String runId
public final List<String> cmdLine
public final int exitCode
public final Path stdout
public final Path stderr
public Result(String runId, List<String> cmdLine, int exitCode, Path stdout, Path stderr)
runId - the id of the run.cmdLine - the cmd line of the run.exitCode - the exit code of the shellcheck invocation.stdout - the path where stdout has been redirected.stderr - the path where stderr has been redirected.Copyright © 2020–2023 Marco Nicolini. All rights reserved.