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