Class BranchScmResult
java.lang.Object
org.apache.maven.scm.ScmResult
org.apache.maven.scm.command.branch.BranchScmResult
- All Implemented Interfaces:
Serializable
- Author:
- Emmanuel Venisse, Olivier Lamy
- See Also:
-
Field Summary
Fields inherited from class org.apache.maven.scm.ScmResult
PASSWORD_PLACE_HOLDER
-
Constructor Summary
ConstructorsConstructorDescriptionBranchScmResult
(String commandLine, String providerMessage, String commandOutput, boolean success) BranchScmResult
(String commandLine, List<ScmFile> branchedFiles) BranchScmResult
(List<ScmFile> branchedFiles, ScmResult result) -
Method Summary
Methods inherited from class org.apache.maven.scm.ScmResult
getCommandLine, getCommandOutput, getProviderMessage, isSuccess
-
Constructor Details
-
BranchScmResult
public BranchScmResult(String commandLine, String providerMessage, String commandOutput, boolean success) -
BranchScmResult
-
BranchScmResult
-
-
Method Details
-
getBranchedFiles
-