org.apache.maven.scm.provider.git.command.info
Class GitInfoScmResult
java.lang.Object
org.apache.maven.scm.ScmResult
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 $
| 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 |
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)
getInfoItems
public List getInfoItems()
Copyright © 2003-2008 Apache Software Foundation. All Rights Reserved.