Class UpdateScmResult
java.lang.Object
org.apache.maven.scm.ScmResult
org.apache.maven.scm.command.update.UpdateScmResult
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
UpdateScmResultWithRevision
- Author:
- Trygve Laugstøl
- See Also:
-
Field Summary
Fields inherited from class org.apache.maven.scm.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 org.apache.maven.scm.ScmResult
getCommandLine, getCommandOutput, getProviderMessage, isSuccess