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 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, 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 ExportScmResultAbstractScmManager. export(ScmRepository repository, ScmFileSet fileSet)Create an exported copy of the repository on your local machineExportScmResultAbstractScmManager. export(ScmRepository repository, ScmFileSet fileSet, java.lang.String outputDirectory)Create an exported copy of the repository on your local machineExportScmResultAbstractScmManager. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)Create an exported copy of the repository on your local machineExportScmResultAbstractScmManager. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, java.lang.String outputDirectory)Create an exported copy of the repository on your local machineExportScmResultScmManager. export(ScmRepository repository, ScmFileSet fileSet)Create an exported copy of the repository on your local machineExportScmResultScmManager. export(ScmRepository repository, ScmFileSet fileSet, java.lang.String outputDirectory)Create an exported copy of the repository on your local machineExportScmResultScmManager. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)Create an exported copy of the repository on your local machineExportScmResultScmManager. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, java.lang.String outputDirectory)Create an exported copy of the repository on your local machineExportScmResultScmManagerStub. export(ScmRepository repository, ScmFileSet fileSet)Create an exported copy of the repository on your local machineExportScmResultScmManagerStub. export(ScmRepository repository, ScmFileSet fileSet, java.lang.String outputDirectory)Create an exported copy of the repository on your local machineExportScmResultScmManagerStub. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)Create an exported copy of the repository on your local machineExportScmResultScmManagerStub. 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
Methods 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 machineExportScmResultAbstractScmProvider. export(ScmRepository repository, ScmFileSet fileSet, java.lang.String tag)Deprecated.ExportScmResultAbstractScmProvider. export(ScmRepository repository, ScmFileSet fileSet, java.lang.String tag, java.lang.String outputDirectory)Deprecated.ExportScmResultAbstractScmProvider. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion)Create an exported copy of the repository on your local machineExportScmResultAbstractScmProvider. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion, java.lang.String outputDirectory)Create an exported copy of the repository on your local machineExportScmResultScmProvider. export(ScmRepository repository, ScmFileSet fileSet)Create an exported copy of the repository on your local machineExportScmResultScmProvider. export(ScmRepository repository, ScmFileSet fileSet, java.lang.String tag)ExportScmResultScmProvider. export(ScmRepository repository, ScmFileSet fileSet, java.lang.String tag, java.lang.String outputDirectory)ExportScmResultScmProvider. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)Create an exported copy of the repository on your local machineExportScmResultScmProvider. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, java.lang.String outputDirectory)Create an exported copy of the repository on your local machineExportScmResultScmProviderStub. export(ScmRepository repository, ScmFileSet fileSet)Create an exported copy of the repository on your local machineExportScmResultScmProviderStub. export(ScmRepository repository, ScmFileSet fileSet, java.lang.String tag)Create an exported copy of the repository on your local machineExportScmResultScmProviderStub. export(ScmRepository repository, ScmFileSet fileSet, java.lang.String tag, java.lang.String outputDirectory)Create an exported copy of the repository on your local machineExportScmResultScmProviderStub. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)Create an exported copy of the repository on your local machineExportScmResultScmProviderStub. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, java.lang.String outputDirectory)Create an exported copy of the repository on your local machineExportScmResultScmProviderStub. 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.accurev
Methods in org.apache.maven.scm.provider.accurev that return ExportScmResult Modifier and Type Method Description protected ExportScmResultAccuRevScmProvider. 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 ExportScmResultAccuRevExportCommand. 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 ExportScmResultAbstractCvsScmProvider. 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 ExportScmResultAbstractCvsExportCommand. executeCvsCommand(org.codehaus.plexus.util.cli.Commandline cl)protected ExportScmResultAbstractCvsExportCommand. 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 ExportScmResultCvsExeExportCommand. executeCvsCommand(org.codehaus.plexus.util.cli.Commandline cl) -
Uses of ExportScmResult in org.apache.maven.scm.provider.cvslib.cvsjava.command.export
Methods in org.apache.maven.scm.provider.cvslib.cvsjava.command.export that return ExportScmResult Modifier and Type Method Description protected ExportScmResultCvsJavaExportCommand. 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 ExportScmResultAbstractGitScmProvider. 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 ExportScmResultAbstractSvnScmProvider. 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 ExportScmResultSvnExeExportCommand. 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 ExportScmResultTfsScmProvider. export(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
-