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
- Author:
 - Emmanuel Venisse
 - See Also:
 
- 
Field Summary
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 
- 
Constructor Details
- 
ExportScmResult
public ExportScmResult(String commandLine, String providerMessage, String commandOutput, boolean success)  - 
ExportScmResult
 
 - 
 - 
Method Details
- 
getExportedFiles
 
 -