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

Deprecated.

public class GitUpdateScmResult
extends UpdateScmResultWithRevision

Version:
$Id: GitUpdateScmResult.java 645182 2008-04-05 21:58:41Z jvanzyl $
Author:
Trygve Laugstøl

Constructor Summary
GitUpdateScmResult(java.lang.String commandLine, java.util.List 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(java.lang.String commandLine,
                          java.util.List updatedFiles,
                          int revision)
Deprecated. 


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.