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

public class BranchScmResult
extends ScmResult

Version:
$Id: BranchScmResult.java 526209 2007-04-06 15:57:34Z evenisse $
Author:
Emmanuel Venisse

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

BranchScmResult

public BranchScmResult(java.lang.String commandLine,
                       java.util.List branchedFiles)

BranchScmResult

public BranchScmResult(java.util.List branchedFiles,
                       ScmResult result)
Method Detail

getBranchedFiles

public java.util.List getBranchedFiles()


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.