Class RemoveScmResult
java.lang.Object
org.apache.maven.scm.ScmResult
org.apache.maven.scm.command.remove.RemoveScmResult
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final long
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
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
removedFiles
-
-
Constructor Details
-
RemoveScmResult
-
RemoveScmResult
-
RemoveScmResult
-
-
Method Details
-
getRemovedFiles
-