public static class GitCommand.GitResponse
extends java.lang.Object
Constructor and Description |
---|
GitResponse() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getErrorResponse()
get the stderr response, when provided.
|
int |
getExitCode()
get the return code, where 0 is success, non-zero is code for error.
|
java.lang.String |
getResponse()
get the response, which is typically stdout but may have stderr combined.
|
public int getExitCode()
public java.lang.String getResponse()
public java.lang.String getErrorResponse()