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
- All Implemented Interfaces:
- Serializable
public class GitInfoScmResult
- extends ScmResult
- Version:
- $Id: GitInfoScmResult.java 685548 2008-08-13 13:35:49Z vsiveton $
- Author:
- Kenney Westerhof
- See Also:
- Serialized Form
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,
ScmResult result)
getInfoItems
public List getInfoItems()
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.