public class CommandExecutionResult
extends java.lang.Object
| Constructor and Description |
|---|
CommandExecutionResult(org.gradle.exemplar.model.Command command,
int exitCode,
java.lang.String output,
ExecutionMetadata executionMetadata) |
| Modifier and Type | Method and Description |
|---|---|
org.gradle.exemplar.model.Command |
getCommand() |
ExecutionMetadata |
getExecutionMetadata() |
int |
getExitCode() |
java.lang.String |
getOutput() |
public CommandExecutionResult(org.gradle.exemplar.model.Command command,
int exitCode,
java.lang.String output,
ExecutionMetadata executionMetadata)
public org.gradle.exemplar.model.Command getCommand()
public java.lang.String getOutput()
public int getExitCode()
public ExecutionMetadata getExecutionMetadata()