public class GitInfoScmResult extends InfoScmResult
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
PASSWORD_PLACE_HOLDER| Constructor and Description |
|---|
GitInfoScmResult(java.util.List<GitInfoItem> files,
ScmResult result) |
GitInfoScmResult(java.lang.String commandLine,
java.util.List<GitInfoItem> files) |
GitInfoScmResult(java.lang.String commandLine,
java.lang.String providerMessage,
java.lang.String commandOutput,
boolean success) |
getInfoItemsgetCommandLine, getCommandOutput, getProviderMessage, isSuccessprivate static final long serialVersionUID
public GitInfoScmResult(java.lang.String commandLine,
java.lang.String providerMessage,
java.lang.String commandOutput,
boolean success)
public GitInfoScmResult(java.lang.String commandLine,
java.util.List<GitInfoItem> files)
public GitInfoScmResult(java.util.List<GitInfoItem> files, ScmResult result)