Class RemoveScmResult
java.lang.Object
org.apache.maven.scm.ScmResult
org.apache.maven.scm.command.remove.RemoveScmResult
- All Implemented Interfaces:
Serializable
- Author:
- Brett Porter, Olivier Lamy
- See Also:
-
Field Summary
Fields inherited from class org.apache.maven.scm.ScmResult
PASSWORD_PLACE_HOLDER
-
Constructor Summary
ConstructorsConstructorDescriptionRemoveScmResult
(String commandLine, String providerMessage, String commandOutput, boolean success) RemoveScmResult
(String commandLine, List<ScmFile> removedFiles) RemoveScmResult
(List<ScmFile> removedFiles, ScmResult result) -
Method Summary
Methods inherited from class org.apache.maven.scm.ScmResult
getCommandLine, getCommandOutput, getProviderMessage, isSuccess
-
Constructor Details
-
RemoveScmResult
public RemoveScmResult(String commandLine, String providerMessage, String commandOutput, boolean success) -
RemoveScmResult
-
RemoveScmResult
-
-
Method Details
-
getRemovedFiles
-