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
 
 public class SvnUpdateScmResult extends UpdateScmResultWithRevision Deprecated.- Author:
- Trygve Laugstøl
- See Also:
- Serialized Form
 
- 
- 
Field Summary- 
Fields inherited from class org.apache.maven.scm.ScmResultPASSWORD_PLACE_HOLDER
 
- 
 - 
Constructor SummaryConstructors Constructor Description SvnUpdateScmResult(String commandLine, List<ScmFile> updatedFiles, int revision)Deprecated.
 - 
Method Summary- 
Methods inherited from class org.apache.maven.scm.command.update.UpdateScmResultWithRevisiongetRevision
 - 
Methods inherited from class org.apache.maven.scm.command.update.UpdateScmResultgetChanges, getUpdatedFiles, setChanges
 - 
Methods inherited from class org.apache.maven.scm.ScmResultgetCommandLine, getCommandOutput, getProviderMessage, isSuccess
 
- 
 
- 
- 
- 
Constructor Detail- 
SvnUpdateScmResultpublic SvnUpdateScmResult(String commandLine, List<ScmFile> updatedFiles, int revision) Deprecated.
 
- 
 
-