Class BranchScmResult
- java.lang.Object
- 
- org.apache.maven.scm.ScmResult
- 
- org.apache.maven.scm.command.branch.BranchScmResult
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class BranchScmResult extends ScmResult - Author:
- Emmanuel Venisse, Olivier Lamy
- See Also:
- Serialized Form
 
- 
- 
Field Summary- 
Fields inherited from class org.apache.maven.scm.ScmResultPASSWORD_PLACE_HOLDER
 
- 
 - 
Constructor SummaryConstructors Constructor Description BranchScmResult(String commandLine, String providerMessage, String commandOutput, boolean success)BranchScmResult(String commandLine, List<ScmFile> branchedFiles)BranchScmResult(List<ScmFile> branchedFiles, ScmResult result)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ScmFile>getBranchedFiles()- 
Methods inherited from class org.apache.maven.scm.ScmResultgetCommandLine, getCommandOutput, getProviderMessage, isSuccess
 
- 
 
- 
- 
- 
Constructor Detail- 
BranchScmResultpublic BranchScmResult(String commandLine, String providerMessage, String commandOutput, boolean success) 
 - 
BranchScmResultpublic BranchScmResult(String commandLine, List<ScmFile> branchedFiles) 
 - 
BranchScmResultpublic BranchScmResult(List<ScmFile> branchedFiles, ScmResult result) 
 
- 
 - 
Method Detail- 
getBranchedFilespublic List<ScmFile> getBranchedFiles() 
 
- 
 
-