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, java.lang.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, java.lang.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, java.lang.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, java.lang.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, java.lang.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, java.lang.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, java.lang.String outputDirectory)
Create an exported copy of the repository on your local machine -
Uses of ExportScmResult in org.apache.maven.scm.provider
Fields in org.apache.maven.scm.provider declared as ExportScmResult Modifier and Type Field Description private ExportScmResult
ScmProviderStub. exportScmResult
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, java.lang.String tag)
Deprecated.ExportScmResult
AbstractScmProvider. export(ScmRepository repository, ScmFileSet fileSet, java.lang.String tag, java.lang.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, java.lang.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, java.lang.String tag)
ExportScmResult
ScmProvider. export(ScmRepository repository, ScmFileSet fileSet, java.lang.String tag, java.lang.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, java.lang.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, java.lang.String tag)
Create an exported copy of the repository on your local machineExportScmResult
ScmProviderStub. export(ScmRepository repository, ScmFileSet fileSet, java.lang.String tag, java.lang.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, java.lang.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.accurev
Methods in org.apache.maven.scm.provider.accurev that return ExportScmResult Modifier and Type Method Description protected ExportScmResult
AccuRevScmProvider. export(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
-
Uses of ExportScmResult in org.apache.maven.scm.provider.accurev.command.export
Methods in org.apache.maven.scm.provider.accurev.command.export that return ExportScmResult Modifier and Type Method Description ExportScmResult
AccuRevExportCommand. export(ScmProviderRepository repository, ScmFileSet scmFileSet, CommandParameters params)
-
Uses of ExportScmResult in org.apache.maven.scm.provider.cvslib
Methods in org.apache.maven.scm.provider.cvslib that return ExportScmResult Modifier and Type Method Description protected ExportScmResult
AbstractCvsScmProvider. export(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
-
Uses of ExportScmResult in org.apache.maven.scm.provider.cvslib.command.export
Methods in org.apache.maven.scm.provider.cvslib.command.export that return ExportScmResult Modifier and Type Method Description protected abstract ExportScmResult
AbstractCvsExportCommand. executeCvsCommand(org.codehaus.plexus.util.cli.Commandline cl)
protected ExportScmResult
AbstractCvsExportCommand. executeExportCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version, java.lang.String outputDirectory)
-
Uses of ExportScmResult in org.apache.maven.scm.provider.cvslib.cvsexe.command.export
Methods in org.apache.maven.scm.provider.cvslib.cvsexe.command.export that return ExportScmResult Modifier and Type Method Description protected ExportScmResult
CvsExeExportCommand. executeCvsCommand(org.codehaus.plexus.util.cli.Commandline cl)
-
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.jazz
Methods in org.apache.maven.scm.provider.jazz that return ExportScmResult Modifier and Type Method Description protected ExportScmResult
JazzScmProvider. 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, java.lang.String outputDirectory)
-
Uses of ExportScmResult in org.apache.maven.scm.provider.tfs
Methods in org.apache.maven.scm.provider.tfs that return ExportScmResult Modifier and Type Method Description protected ExportScmResult
TfsScmProvider. export(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
-