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
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final longFields 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
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
updatedFiles
-
changes
-
-
Constructor Details
-
UpdateScmResult
-
UpdateScmResult
-
UpdateScmResult
-
-
Method Details
-
getUpdatedFiles
-
getChanges
-
setChanges
-