check
abstract fun check(command: String, exitCode: Int, isAfterRetry: Boolean, consoleOutput: Path): AnalysisResult?(source)
Returns a result of this extension's analysis. Returns null if this extension could not handle failure.
Parameters
command
the command that was executed.
exitCode
the exit code of the command. Guaranteed to be non-zero.
isAfterRetry
whether this is after a retry.
consoleOutput
the path to the console output of the command.
See also
for more details on what goes in a result.