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
- See Also:
-
Field Summary
FieldsFields 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
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
revision
-
-
Constructor Details
-
ExportScmResultWithRevision
-
ExportScmResultWithRevision
-
-
Method Details
-
getRevision
-