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
 
 public class ExportScmResultWithRevision extends ExportScmResult - Author:
- Emmanuel Venisse
- See Also:
- Serialized Form
 
- 
- 
Field Summary- 
Fields inherited from class org.apache.maven.scm.ScmResultPASSWORD_PLACE_HOLDER
 
- 
 - 
Constructor SummaryConstructors Constructor Description ExportScmResultWithRevision(String commandLine, String providerMessage, String commandOutput, String revision, boolean success)ExportScmResultWithRevision(String commandLine, List<ScmFile> exportedFiles, String revision)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetRevision()- 
Methods inherited from class org.apache.maven.scm.command.export.ExportScmResultgetExportedFiles
 - 
Methods inherited from class org.apache.maven.scm.ScmResultgetCommandLine, getCommandOutput, getProviderMessage, isSuccess
 
- 
 
- 
- 
- 
Constructor Detail- 
ExportScmResultWithRevisionpublic ExportScmResultWithRevision(String commandLine, String providerMessage, String commandOutput, String revision, boolean success) 
 - 
ExportScmResultWithRevisionpublic ExportScmResultWithRevision(String commandLine, List<ScmFile> exportedFiles, String revision) 
 
- 
 - 
Method Detail- 
getRevisionpublic String getRevision() 
 
- 
 
-