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
- See Also:
-
Field Summary
FieldsFields inherited from class 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 UpdateScmResult
getChanges, getUpdatedFiles, setChangesMethods inherited from class ScmResult
getCommandLine, getCommandOutput, getProviderMessage, isSuccess
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
revision
-
-
Constructor Details
-
UpdateScmResultWithRevision
-
UpdateScmResultWithRevision
-
UpdateScmResultWithRevision
-
-
Method Details
-
getRevision
-