org.apache.maven.scm.provider.git.command.info
Class GitInfoScmResult

java.lang.Object
  extended by org.apache.maven.scm.ScmResult
      extended by org.apache.maven.scm.provider.git.command.info.GitInfoScmResult

public class GitInfoScmResult
extends org.apache.maven.scm.ScmResult

Author:
Kenney Westerhof

$Id: GitInfoScmResult.java 645182 2008-04-05 21:58:41Z jvanzyl $


Constructor Summary
GitInfoScmResult(List files, org.apache.maven.scm.ScmResult result)
           
GitInfoScmResult(String commandLine, List files)
           
GitInfoScmResult(String commandLine, String providerMessage, String commandOutput, boolean success)
           
 
Method Summary
 List getInfoItems()
           
 
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

GitInfoScmResult

public GitInfoScmResult(String commandLine,
                        String providerMessage,
                        String commandOutput,
                        boolean success)

GitInfoScmResult

public GitInfoScmResult(String commandLine,
                        List files)

GitInfoScmResult

public GitInfoScmResult(List files,
                        org.apache.maven.scm.ScmResult result)
Method Detail

getInfoItems

public List getInfoItems()


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