Class DiffScmResult
java.lang.Object
org.apache.maven.scm.ScmResult
org.apache.maven.scm.command.diff.DiffScmResult
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Map<String,
CharSequence> private String
private static final long
Fields inherited from class org.apache.maven.scm.ScmResult
PASSWORD_PLACE_HOLDER
-
Constructor Summary
ConstructorsConstructorDescriptionDiffScmResult
(String commandLine, String providerMessage, String commandOutput, boolean success) DiffScmResult
(String commandLine, List<ScmFile> changedFiles, Map<String, CharSequence> differences, String patch) DiffScmResult
(List<ScmFile> changedFiles, Map<String, CharSequence> differences, String patch, 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:
-
changedFiles
-
differences
-
patch
-
-
Constructor Details
-
DiffScmResult
-
DiffScmResult
-
DiffScmResult
-
-
Method Details
-
getChangedFiles
-
getDifferences
-
getPatch
-