Class SvnUpdateScmResult
java.lang.Object
org.apache.maven.scm.ScmResult
org.apache.maven.scm.command.update.UpdateScmResult
org.apache.maven.scm.command.update.UpdateScmResultWithRevision
org.apache.maven.scm.provider.svn.command.update.SvnUpdateScmResult
- All Implemented Interfaces:
 Serializable
Deprecated.
- Author:
 - Trygve Laugstøl
 - See Also:
 
- 
Field Summary
Fields inherited from class org.apache.maven.scm.ScmResult
PASSWORD_PLACE_HOLDER - 
Constructor Summary
ConstructorsConstructorDescriptionSvnUpdateScmResult(String commandLine, List<ScmFile> updatedFiles, int revision) Deprecated. - 
Method Summary
Methods inherited from class org.apache.maven.scm.command.update.UpdateScmResultWithRevision
getRevisionMethods inherited from class org.apache.maven.scm.command.update.UpdateScmResult
getChanges, getUpdatedFiles, setChangesMethods inherited from class org.apache.maven.scm.ScmResult
getCommandLine, getCommandOutput, getProviderMessage, isSuccess 
- 
Constructor Details
- 
SvnUpdateScmResult
Deprecated. 
 -