Class SvnInfoScmResult
java.lang.Object
org.apache.maven.scm.ScmResult
org.apache.maven.scm.command.info.InfoScmResult
org.apache.maven.scm.provider.svn.command.info.SvnInfoScmResult
- All Implemented Interfaces:
Serializable
-
Field Summary
FieldsFields inherited from class ScmResult
PASSWORD_PLACE_HOLDER -
Constructor Summary
ConstructorsConstructorDescriptionSvnInfoScmResult(String commandLine, String providerMessage, String commandOutput, boolean success) Deprecated.SvnInfoScmResult(String commandLine, List<SvnInfoItem> files) Deprecated.SvnInfoScmResult(List<SvnInfoItem> files, ScmResult result) Deprecated. -
Method Summary
Methods inherited from class InfoScmResult
getInfoItemsMethods inherited from class ScmResult
getCommandLine, getCommandOutput, getProviderMessage, isSuccess
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDDeprecated.- See Also:
-
-
Constructor Details
-
SvnInfoScmResult
-
SvnInfoScmResult
Deprecated. -
SvnInfoScmResult
Deprecated.
-
InfoScmResult