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
 
 public class ExportScmResult extends ScmResult - Author:
- Emmanuel Venisse
- See Also:
- Serialized Form
 
- 
- 
Field Summary- 
Fields inherited from class org.apache.maven.scm.ScmResultPASSWORD_PLACE_HOLDER
 
- 
 - 
Constructor SummaryConstructors Constructor Description ExportScmResult(String commandLine, String providerMessage, String commandOutput, boolean success)ExportScmResult(String commandLine, List<ScmFile> updatedFiles)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ScmFile>getExportedFiles()- 
Methods inherited from class org.apache.maven.scm.ScmResultgetCommandLine, getCommandOutput, getProviderMessage, isSuccess
 
- 
 
- 
- 
- 
Constructor Detail- 
ExportScmResultpublic ExportScmResult(String commandLine, String providerMessage, String commandOutput, boolean success) 
 - 
ExportScmResultpublic ExportScmResult(String commandLine, List<ScmFile> updatedFiles) 
 
- 
 - 
Method Detail- 
getExportedFilespublic List<ScmFile> getExportedFiles() 
 
- 
 
-