org.apache.maven.scm.provider.svn.command.update
Class SvnUpdateScmResult

java.lang.Object
  extended by org.apache.maven.scm.ScmResult
      extended by org.apache.maven.scm.command.update.UpdateScmResult
          extended by org.apache.maven.scm.command.update.UpdateScmResultWithRevision
              extended by org.apache.maven.scm.provider.svn.command.update.SvnUpdateScmResult
All Implemented Interfaces:
Serializable

Deprecated.

public class SvnUpdateScmResult
extends UpdateScmResultWithRevision

Version:
$Id: SvnUpdateScmResult.java 1058775 2011-01-13 22:52:38Z olamy $
Author:
Trygve Laugstøl
See Also:
Serialized Form

Constructor Summary
SvnUpdateScmResult(String commandLine, List<ScmFile> updatedFiles, int revision)
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.apache.maven.scm.command.update.UpdateScmResultWithRevision
getRevision
 
Methods inherited from class org.apache.maven.scm.command.update.UpdateScmResult
getChanges, getUpdatedFiles, setChanges
 
Methods inherited from class org.apache.maven.scm.ScmResult
getCommandLine, getCommandOutput, getProviderMessage, isSuccess
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SvnUpdateScmResult

public SvnUpdateScmResult(String commandLine,
                          List<ScmFile> updatedFiles,
                          int revision)
Deprecated. 


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.