Uses of Class
org.apache.maven.scm.command.export.ExportScmResult
-
-
Uses of ExportScmResult in org.apache.maven.scm.command.export
Subclasses of ExportScmResult in org.apache.maven.scm.command.export Modifier and Type Class Description class
ExportScmResultWithRevision
Methods in org.apache.maven.scm.command.export that return ExportScmResult Modifier and Type Method Description protected abstract ExportScmResult
AbstractExportCommand. executeExportCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion scmVersion, String outputDirectory)
-
Uses of ExportScmResult in org.apache.maven.scm.manager
Methods in org.apache.maven.scm.manager that return ExportScmResult Modifier and Type Method Description ExportScmResult
AbstractScmManager. export(ScmRepository repository, ScmFileSet fileSet)
Create an exported copy of the repository on your local machineExportScmResult
AbstractScmManager. export(ScmRepository repository, ScmFileSet fileSet, String outputDirectory)
Create an exported copy of the repository on your local machineExportScmResult
AbstractScmManager. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)
Create an exported copy of the repository on your local machineExportScmResult
AbstractScmManager. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, String outputDirectory)
Create an exported copy of the repository on your local machineExportScmResult
ScmManager. export(ScmRepository repository, ScmFileSet fileSet)
Create an exported copy of the repository on your local machineExportScmResult
ScmManager. export(ScmRepository repository, ScmFileSet fileSet, String outputDirectory)
Create an exported copy of the repository on your local machineExportScmResult
ScmManager. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)
Create an exported copy of the repository on your local machineExportScmResult
ScmManager. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, String outputDirectory)
Create an exported copy of the repository on your local machineExportScmResult
ScmManagerStub. export(ScmRepository repository, ScmFileSet fileSet)
Create an exported copy of the repository on your local machineExportScmResult
ScmManagerStub. export(ScmRepository repository, ScmFileSet fileSet, String outputDirectory)
Create an exported copy of the repository on your local machineExportScmResult
ScmManagerStub. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)
Create an exported copy of the repository on your local machineExportScmResult
ScmManagerStub. 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.provider
Methods in org.apache.maven.scm.provider that return ExportScmResult Modifier and Type Method Description protected ExportScmResult
AbstractScmProvider. export(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
ExportScmResult
AbstractScmProvider. export(ScmRepository repository, ScmFileSet fileSet)
Create an exported copy of the repository on your local machineExportScmResult
AbstractScmProvider. export(ScmRepository repository, ScmFileSet fileSet, String tag)
Deprecated.ExportScmResult
AbstractScmProvider. export(ScmRepository repository, ScmFileSet fileSet, String tag, String outputDirectory)
Deprecated.ExportScmResult
AbstractScmProvider. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion)
Create an exported copy of the repository on your local machineExportScmResult
AbstractScmProvider. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion, String outputDirectory)
Create an exported copy of the repository on your local machineExportScmResult
ScmProvider. export(ScmRepository repository, ScmFileSet fileSet)
Create an exported copy of the repository on your local machineExportScmResult
ScmProvider. export(ScmRepository repository, ScmFileSet fileSet, String tag)
ExportScmResult
ScmProvider. export(ScmRepository repository, ScmFileSet fileSet, String tag, String outputDirectory)
ExportScmResult
ScmProvider. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)
Create an exported copy of the repository on your local machineExportScmResult
ScmProvider. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, String outputDirectory)
Create an exported copy of the repository on your local machineExportScmResult
ScmProviderStub. export(ScmRepository repository, ScmFileSet fileSet)
Create an exported copy of the repository on your local machineExportScmResult
ScmProviderStub. export(ScmRepository repository, ScmFileSet fileSet, String tag)
Create an exported copy of the repository on your local machineExportScmResult
ScmProviderStub. export(ScmRepository repository, ScmFileSet fileSet, String tag, String outputDirectory)
Create an exported copy of the repository on your local machineExportScmResult
ScmProviderStub. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)
Create an exported copy of the repository on your local machineExportScmResult
ScmProviderStub. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, String outputDirectory)
Create an exported copy of the repository on your local machineExportScmResult
ScmProviderStub. getExportScmResult()
Methods in org.apache.maven.scm.provider with parameters of type ExportScmResult Modifier and Type Method Description void
ScmProviderStub. setExportScmResult(ExportScmResult exportScmResult)
-
Uses of ExportScmResult in org.apache.maven.scm.provider.git
Methods in org.apache.maven.scm.provider.git that return ExportScmResult Modifier and Type Method Description protected ExportScmResult
AbstractGitScmProvider. export(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
-
Uses of ExportScmResult in org.apache.maven.scm.provider.svn
Methods in org.apache.maven.scm.provider.svn that return ExportScmResult Modifier and Type Method Description protected ExportScmResult
AbstractSvnScmProvider. export(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
-
Uses of ExportScmResult in org.apache.maven.scm.provider.svn.svnexe.command.export
Methods in org.apache.maven.scm.provider.svn.svnexe.command.export that return ExportScmResult Modifier and Type Method Description protected ExportScmResult
SvnExeExportCommand. executeExportCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version, String outputDirectory)
-