Uses of Class
org.apache.maven.scm.command.export.ExportScmResult
- 
- 
Uses of ExportScmResult in org.apache.maven.scm.command.exportSubclasses of ExportScmResult in org.apache.maven.scm.command.export Modifier and Type Class Description classExportScmResultWithRevisionMethods in org.apache.maven.scm.command.export that return ExportScmResult Modifier and Type Method Description protected abstract ExportScmResultAbstractExportCommand. executeExportCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion scmVersion, String outputDirectory)
- 
Uses of ExportScmResult in org.apache.maven.scm.managerMethods in org.apache.maven.scm.manager that return ExportScmResult Modifier and Type Method Description ExportScmResultAbstractScmManager. export(ScmRepository repository, ScmFileSet fileSet)Create an exported copy of the repository on your local machine.ExportScmResultAbstractScmManager. export(ScmRepository repository, ScmFileSet fileSet, String outputDirectory)Create an exported copy of the repository on your local machine.ExportScmResultAbstractScmManager. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)Create an exported copy of the repository on your local machine.ExportScmResultAbstractScmManager. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, String outputDirectory)Create an exported copy of the repository on your local machine.ExportScmResultScmManager. export(ScmRepository repository, ScmFileSet fileSet)Create an exported copy of the repository on your local machine.ExportScmResultScmManager. export(ScmRepository repository, ScmFileSet fileSet, String outputDirectory)Create an exported copy of the repository on your local machine.ExportScmResultScmManager. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)Create an exported copy of the repository on your local machine.ExportScmResultScmManager. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, String outputDirectory)Create an exported copy of the repository on your local machine.ExportScmResultScmManagerStub. export(ScmRepository repository, ScmFileSet fileSet)Create an exported copy of the repository on your local machine.ExportScmResultScmManagerStub. export(ScmRepository repository, ScmFileSet fileSet, String outputDirectory)Create an exported copy of the repository on your local machine.ExportScmResultScmManagerStub. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)Create an exported copy of the repository on your local machine.ExportScmResultScmManagerStub. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, String outputDirectory)Create an exported copy of the repository on your local machine.
- 
Uses of ExportScmResult in org.apache.maven.scm.providerMethods in org.apache.maven.scm.provider that return ExportScmResult Modifier and Type Method Description protected ExportScmResultAbstractScmProvider. export(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)ExportScmResultAbstractScmProvider. export(ScmRepository repository, ScmFileSet fileSet)Create an exported copy of the repository on your local machine.ExportScmResultAbstractScmProvider. export(ScmRepository repository, ScmFileSet fileSet, String tag)Deprecated.ExportScmResultAbstractScmProvider. export(ScmRepository repository, ScmFileSet fileSet, String tag, String outputDirectory)Deprecated.ExportScmResultAbstractScmProvider. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion)Create an exported copy of the repository on your local machine.ExportScmResultAbstractScmProvider. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion, String outputDirectory)Create an exported copy of the repository on your local machine.ExportScmResultScmProvider. export(ScmRepository repository, ScmFileSet fileSet)Create an exported copy of the repository on your local machine.ExportScmResultScmProvider. export(ScmRepository repository, ScmFileSet fileSet, String tag)ExportScmResultScmProvider. export(ScmRepository repository, ScmFileSet fileSet, String tag, String outputDirectory)ExportScmResultScmProvider. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)Create an exported copy of the repository on your local machine.ExportScmResultScmProvider. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, String outputDirectory)Create an exported copy of the repository on your local machine.ExportScmResultScmProviderStub. export(ScmRepository repository, ScmFileSet fileSet)Create an exported copy of the repository on your local machine.ExportScmResultScmProviderStub. export(ScmRepository repository, ScmFileSet fileSet, String tag)Create an exported copy of the repository on your local machine.ExportScmResultScmProviderStub. export(ScmRepository repository, ScmFileSet fileSet, String tag, String outputDirectory)Create an exported copy of the repository on your local machine.ExportScmResultScmProviderStub. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)Create an exported copy of the repository on your local machine.ExportScmResultScmProviderStub. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, String outputDirectory)Create an exported copy of the repository on your local machine.ExportScmResultScmProviderStub. getExportScmResult()Methods in org.apache.maven.scm.provider with parameters of type ExportScmResult Modifier and Type Method Description voidScmProviderStub. setExportScmResult(ExportScmResult exportScmResult)
- 
Uses of ExportScmResult in org.apache.maven.scm.provider.gitMethods in org.apache.maven.scm.provider.git that return ExportScmResult Modifier and Type Method Description protected ExportScmResultAbstractGitScmProvider. export(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
- 
Uses of ExportScmResult in org.apache.maven.scm.provider.svnMethods in org.apache.maven.scm.provider.svn that return ExportScmResult Modifier and Type Method Description protected ExportScmResultAbstractSvnScmProvider. export(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
- 
Uses of ExportScmResult in org.apache.maven.scm.provider.svn.svnexe.command.exportMethods in org.apache.maven.scm.provider.svn.svnexe.command.export that return ExportScmResult Modifier and Type Method Description protected ExportScmResultSvnExeExportCommand. executeExportCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version, String outputDirectory)
 
-