Modifier and Type | Class and Description |
---|---|
class |
ExportScmResultWithRevision |
Modifier and Type | Method and Description |
---|---|
protected abstract ExportScmResult |
AbstractExportCommand.executeExportCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
ScmVersion scmVersion,
String outputDirectory) |
Modifier and Type | Method and Description |
---|---|
ExportScmResult |
ScmManagerStub.export(ScmRepository repository,
ScmFileSet fileSet)
Create an exported copy of the repository on your local machine
|
ExportScmResult |
ScmManager.export(ScmRepository repository,
ScmFileSet fileSet)
Create an exported copy of the repository on your local machine
|
ExportScmResult |
AbstractScmManager.export(ScmRepository repository,
ScmFileSet fileSet)
Create an exported copy of the repository on your local machine
|
ExportScmResult |
ScmManagerStub.export(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion version)
Create an exported copy of the repository on your local machine
|
ExportScmResult |
ScmManager.export(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion version)
Create an exported copy of the repository on your local machine
|
ExportScmResult |
AbstractScmManager.export(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion version)
Create an exported copy of the repository on your local machine
|
ExportScmResult |
ScmManagerStub.export(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion version,
String outputDirectory)
Create an exported copy of the repository on your local machine
|
ExportScmResult |
ScmManager.export(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion version,
String outputDirectory)
Create an exported copy of the repository on your local machine
|
ExportScmResult |
AbstractScmManager.export(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion version,
String outputDirectory)
Create an exported copy of the repository on your local machine
|
ExportScmResult |
ScmManagerStub.export(ScmRepository repository,
ScmFileSet fileSet,
String outputDirectory)
Create an exported copy of the repository on your local machine
|
ExportScmResult |
ScmManager.export(ScmRepository repository,
ScmFileSet fileSet,
String outputDirectory)
Create an exported copy of the repository on your local machine
|
ExportScmResult |
AbstractScmManager.export(ScmRepository repository,
ScmFileSet fileSet,
String outputDirectory)
Create an exported copy of the repository on your local machine
|
Modifier and Type | Method and Description |
---|---|
protected ExportScmResult |
AbstractScmProvider.export(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
ExportScmResult |
ScmProviderStub.export(ScmRepository repository,
ScmFileSet fileSet)
Create an exported copy of the repository on your local machine
|
ExportScmResult |
ScmProvider.export(ScmRepository repository,
ScmFileSet fileSet)
Create an exported copy of the repository on your local machine
|
ExportScmResult |
AbstractScmProvider.export(ScmRepository repository,
ScmFileSet fileSet)
Create an exported copy of the repository on your local machine
|
ExportScmResult |
ScmProviderStub.export(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion version)
Create an exported copy of the repository on your local machine
|
ExportScmResult |
ScmProvider.export(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion version)
Create an exported copy of the repository on your local machine
|
ExportScmResult |
AbstractScmProvider.export(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion scmVersion)
Create an exported copy of the repository on your local machine
|
ExportScmResult |
ScmProviderStub.export(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion version,
String outputDirectory)
Create an exported copy of the repository on your local machine
|
ExportScmResult |
ScmProvider.export(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion version,
String outputDirectory)
Create an exported copy of the repository on your local machine
|
ExportScmResult |
AbstractScmProvider.export(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion scmVersion,
String outputDirectory)
Create an exported copy of the repository on your local machine
|
ExportScmResult |
ScmProviderStub.export(ScmRepository repository,
ScmFileSet fileSet,
String tag)
Create an exported copy of the repository on your local machine
|
ExportScmResult |
ScmProvider.export(ScmRepository repository,
ScmFileSet fileSet,
String tag)
|
ExportScmResult |
AbstractScmProvider.export(ScmRepository repository,
ScmFileSet fileSet,
String tag)
Deprecated.
|
ExportScmResult |
ScmProviderStub.export(ScmRepository repository,
ScmFileSet fileSet,
String tag,
String outputDirectory)
Create an exported copy of the repository on your local machine
|
ExportScmResult |
ScmProvider.export(ScmRepository repository,
ScmFileSet fileSet,
String tag,
String outputDirectory)
|
ExportScmResult |
AbstractScmProvider.export(ScmRepository repository,
ScmFileSet fileSet,
String tag,
String outputDirectory)
Deprecated.
|
ExportScmResult |
ScmProviderStub.getExportScmResult() |
Modifier and Type | Method and Description |
---|---|
void |
ScmProviderStub.setExportScmResult(ExportScmResult exportScmResult) |
Modifier and Type | Method and Description |
---|---|
protected ExportScmResult |
AbstractGitScmProvider.export(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
Modifier and Type | Method and Description |
---|---|
protected ExportScmResult |
AbstractSvnScmProvider.export(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
Modifier and Type | Method and Description |
---|---|
protected ExportScmResult |
SvnExeExportCommand.executeExportCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
ScmVersion version,
String outputDirectory) |
Copyright © 2003–2024 The Apache Software Foundation. All rights reserved.