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

java.lang.Object
  extended byorg.apache.maven.scm.ScmResult
      extended byorg.apache.maven.scm.command.update.UpdateScmResult
          extended byorg.apache.maven.scm.command.update.UpdateScmResultWithRevision
              extended byorg.apache.maven.scm.provider.git.command.update.GitUpdateScmResult

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.  
 
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-2009 The Apache Software Foundation. All Rights Reserved.