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