org.apache.maven.scm.command.branch
Class BranchScmResult

java.lang.Object
  extended by org.apache.maven.scm.ScmResult
      extended by org.apache.maven.scm.command.branch.BranchScmResult
All Implemented Interfaces:
Serializable

public class BranchScmResult
extends ScmResult

Version:
$Id: BranchScmResult.java 1054399 2011-01-02 13:19:52Z olamy $
Author:
Emmanuel Venisse, Olivier Lamy
See Also:
Serialized Form

Constructor Summary
BranchScmResult(List<ScmFile> branchedFiles, ScmResult result)
           
BranchScmResult(String commandLine, List<ScmFile> branchedFiles)
           
BranchScmResult(String commandLine, String providerMessage, String commandOutput, boolean success)
           
 
Method Summary
 List<ScmFile> getBranchedFiles()
           
 
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

BranchScmResult

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

BranchScmResult

public BranchScmResult(String commandLine,
                       List<ScmFile> branchedFiles)

BranchScmResult

public BranchScmResult(List<ScmFile> branchedFiles,
                       ScmResult result)
Method Detail

getBranchedFiles

public List<ScmFile> getBranchedFiles()


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