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 Stringprivate static final longFields inherited from class 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 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
-