org.apache.maven.scm.command.branch
Class BranchScmResult
java.lang.Object
org.apache.maven.scm.ScmResult
org.apache.maven.scm.command.branch.BranchScmResult
public class BranchScmResult
- extends ScmResult
- Version:
- $Id: BranchScmResult.java 526209 2007-04-06 15:57:34Z evenisse $
- Author:
- Emmanuel Venisse
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BranchScmResult
public BranchScmResult(String commandLine,
String providerMessage,
String commandOutput,
boolean success)
BranchScmResult
public BranchScmResult(String commandLine,
List branchedFiles)
BranchScmResult
public BranchScmResult(List branchedFiles,
ScmResult result)
getBranchedFiles
public List getBranchedFiles()
Copyright © 2003-2008 Apache Software Foundation. All Rights Reserved.