Class UpdateScmResult
java.lang.Object
org.apache.maven.scm.ScmResult
org.apache.maven.scm.command.update.UpdateScmResult
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
LocalUpdateScmResult, UpdateScmResultWithRevision
- Author:
- Trygve Laugstøl
- See Also:
-
Field Summary
Fields inherited from class ScmResult
PASSWORD_PLACE_HOLDER -
Constructor Summary
ConstructorsConstructorDescriptionUpdateScmResult(String commandLine, String providerMessage, String commandOutput, boolean success) UpdateScmResult(String commandLine, List<ScmFile> updatedFiles) -
Method Summary
Methods inherited from class ScmResult
getCommandLine, getCommandOutput, getProviderMessage, isSuccess
-
Constructor Details
-
UpdateScmResult
-
UpdateScmResult
-
UpdateScmResult
-
-
Method Details
-
getUpdatedFiles
-
getChanges
-
setChanges
-