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.command.info.InfoScmResult
          extended by org.apache.maven.scm.provider.git.command.info.GitInfoScmResult
All Implemented Interfaces:
Serializable

public class GitInfoScmResult
extends InfoScmResult

Version:
$Id: GitInfoScmResult.java 1063530 2011-01-25 23:53:11Z olamy $
Author:
Kenney Westerhof
See Also:
Serialized Form

Constructor Summary
GitInfoScmResult(List<GitInfoItem> files, ScmResult result)
           
GitInfoScmResult(String commandLine, List<GitInfoItem> files)
           
GitInfoScmResult(String commandLine, String providerMessage, String commandOutput, boolean success)
           
 
Method Summary
 
Methods inherited from class org.apache.maven.scm.command.info.InfoScmResult
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<GitInfoItem> files)

GitInfoScmResult

public GitInfoScmResult(List<GitInfoItem> files,
                        ScmResult result)


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