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 org.apache.maven.scm.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 org.apache.maven.scm.command.export.ExportScmResult
getExportedFiles
Methods inherited from class org.apache.maven.scm.ScmResult
getCommandLine, getCommandOutput, getProviderMessage, isSuccess
-
Constructor Details
-
ExportScmResultWithRevision
public ExportScmResultWithRevision(String commandLine, String providerMessage, String commandOutput, String revision, boolean success) -
ExportScmResultWithRevision
public ExportScmResultWithRevision(String commandLine, List<ScmFile> exportedFiles, String revision)
-
-
Method Details
-
getRevision
-