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 long
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
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
updatedFiles
-
changes
-
-
Constructor Details
-
UpdateScmResult
-
UpdateScmResult
-
UpdateScmResult
-
-
Method Details