Class ExportScmResult
java.lang.Object
org.apache.maven.scm.ScmResult
org.apache.maven.scm.command.export.ExportScmResult
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ExportScmResultWithRevision
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final long
Fields inherited from class org.apache.maven.scm.ScmResult
PASSWORD_PLACE_HOLDER
-
Constructor Summary
ConstructorsConstructorDescriptionExportScmResult
(String commandLine, String providerMessage, String commandOutput, boolean success) ExportScmResult
(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:
-
exportedFiles
-
-
Constructor Details
-
ExportScmResult
-
ExportScmResult
-
-
Method Details
-
getExportedFiles
-