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.ScmResult
PASSWORD_PLACE_HOLDER
-
-
Constructor Summary
Constructors Constructor Description BranchScmResult(String commandLine, String providerMessage, String commandOutput, boolean success)
BranchScmResult(String commandLine, List<ScmFile> branchedFiles)
BranchScmResult(List<ScmFile> branchedFiles, ScmResult result)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ScmFile>
getBranchedFiles()
-
Methods inherited from class org.apache.maven.scm.ScmResult
getCommandLine, getCommandOutput, getProviderMessage, isSuccess
-
-
-
-
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()
-
-