Class ExportScmResultWithRevision
java.lang.Object
org.apache.maven.scm.ScmResult
org.apache.maven.scm.command.export.ExportScmResult
org.apache.maven.scm.command.export.ExportScmResultWithRevision
- All Implemented Interfaces:
Serializable
- Author:
- Emmanuel Venisse
- See Also:
-
Field Summary
Fields inherited from class ScmResult
PASSWORD_PLACE_HOLDER -
Constructor Summary
ConstructorsConstructorDescriptionExportScmResultWithRevision(String commandLine, String providerMessage, String commandOutput, String revision, boolean success) ExportScmResultWithRevision(String commandLine, List<ScmFile> exportedFiles, String revision) -
Method Summary
Methods inherited from class ExportScmResult
getExportedFilesMethods inherited from class ScmResult
getCommandLine, getCommandOutput, getProviderMessage, isSuccess
-
Constructor Details
-
ExportScmResultWithRevision
-
ExportScmResultWithRevision
-
-
Method Details
-
getRevision
-