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
Deprecated.
- Author:
 - Kenney Westerhof
 - See Also:
 
- 
Field Summary
Fields inherited from class org.apache.maven.scm.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 org.apache.maven.scm.command.info.InfoScmResult
getInfoItemsMethods inherited from class org.apache.maven.scm.ScmResult
getCommandLine, getCommandOutput, getProviderMessage, isSuccess 
- 
Constructor Details
- 
SvnInfoScmResult
public SvnInfoScmResult(String commandLine, String providerMessage, String commandOutput, boolean success) Deprecated. - 
SvnInfoScmResult
Deprecated. - 
SvnInfoScmResult
Deprecated. 
 - 
 
InfoScmResult