org.apache.maven.scm.provider.git.command.update
Class GitUpdateScmResult

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.git.command.update.GitUpdateScmResult
All Implemented Interfaces:
Serializable

Deprecated.

public class GitUpdateScmResult
extends UpdateScmResultWithRevision

Version:
$Id: GitUpdateScmResult.java 1057016 2011-01-09 20:11:26Z olamy $
Author:
Trygve Laugstøl
See Also:
Serialized Form

Constructor Summary
GitUpdateScmResult(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

GitUpdateScmResult

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


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