Modifier and Type | Method and Description |
---|---|
protected abstract ListScmResult |
AbstractListCommand.executeListCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
boolean recursive,
ScmVersion scmVersion)
List contents of the remote repository
|
Modifier and Type | Method and Description |
---|---|
ListScmResult |
ScmManagerStub.list(ScmRepository repository,
ScmFileSet fileSet,
boolean recursive,
ScmVersion version)
List each element (files and directories) of fileSet as they exist in the repository.
|
ListScmResult |
ScmManager.list(ScmRepository repository,
ScmFileSet fileSet,
boolean recursive,
ScmVersion version)
List each element (files and directories) of fileSet as they exist in the repository.
|
ListScmResult |
AbstractScmManager.list(ScmRepository repository,
ScmFileSet fileSet,
boolean recursive,
ScmVersion version)
List each element (files and directories) of fileSet as they exist in the repository.
|
Modifier and Type | Method and Description |
---|---|
ListScmResult |
ScmProviderStub.getListScmResult() |
protected ListScmResult |
AbstractScmProvider.list(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
List each element (files and directories) of fileSet as they exist in the repository.
|
ListScmResult |
ScmProviderStub.list(ScmRepository repository,
ScmFileSet fileSet,
boolean recursive,
ScmVersion version)
List each element (files and directories) of fileSet as they exist in the repository.
|
ListScmResult |
ScmProvider.list(ScmRepository repository,
ScmFileSet fileSet,
boolean recursive,
ScmVersion version)
List each element (files and directories) of fileSet as they exist in the repository.
|
ListScmResult |
AbstractScmProvider.list(ScmRepository repository,
ScmFileSet fileSet,
boolean recursive,
ScmVersion scmVersion)
List each element (files and directories) of fileSet as they exist in the repository.
|
ListScmResult |
ScmProviderStub.list(ScmRepository repository,
ScmFileSet fileSet,
boolean recursive,
String tag)
List each element (files and directories) of fileSet as they exist in the repository.
|
ListScmResult |
ScmProvider.list(ScmRepository repository,
ScmFileSet fileSet,
boolean recursive,
String tag)
|
ListScmResult |
AbstractScmProvider.list(ScmRepository repository,
ScmFileSet fileSet,
boolean recursive,
String tag)
List each element (files and directories) of fileSet as they exist in the repository.
|
Modifier and Type | Method and Description |
---|---|
void |
ScmProviderStub.setListScmResult(ListScmResult listScmResult) |
Modifier and Type | Method and Description |
---|---|
protected ListScmResult |
AbstractCvsScmProvider.list(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
List each element (files and directories) of fileSet as they exist in the repository.
|
Modifier and Type | Method and Description |
---|---|
protected abstract ListScmResult |
AbstractCvsListCommand.executeCvsCommand(Commandline cl) |
protected ListScmResult |
AbstractCvsListCommand.executeListCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
boolean recursive,
ScmVersion version)
List contents of the remote repository
|
Modifier and Type | Method and Description |
---|---|
protected ListScmResult |
CvsExeListCommand.executeCvsCommand(Commandline cl) |
Modifier and Type | Method and Description |
---|---|
protected ListScmResult |
CvsJavaListCommand.executeCvsCommand(Commandline cl) |
Modifier and Type | Method and Description |
---|---|
ListScmResult |
AbstractGitScmProvider.list(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
List each element (files and directories) of fileSet as they exist in the repository.
|
Modifier and Type | Method and Description |
---|---|
protected ListScmResult |
GitListCommand.executeListCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
boolean recursive,
ScmVersion scmVersion)
List contents of the remote repository
|
Modifier and Type | Method and Description |
---|---|
protected ListScmResult |
JGitListCommand.executeListCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
boolean recursive,
ScmVersion scmVersion) |
Modifier and Type | Method and Description |
---|---|
protected ListScmResult |
HgScmProvider.list(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
Modifier and Type | Method and Description |
---|---|
protected ListScmResult |
HgListCommand.executeListCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
boolean recursive,
ScmVersion scmVersion)
List contents of the remote repository
|
Modifier and Type | Method and Description |
---|---|
protected ListScmResult |
IntegrityScmProvider.list(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters params)
Maps to si viewproject
|
Modifier and Type | Method and Description |
---|---|
ListScmResult |
IntegrityListCommand.executeListCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
boolean recursive,
ScmVersion scmVersion)
List contents of the remote repository
|
Modifier and Type | Method and Description |
---|---|
protected ListScmResult |
JazzScmProvider.list(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
List each element (files and directories) of fileSet as they exist in the repository.
|
Modifier and Type | Method and Description |
---|---|
protected ListScmResult |
JazzListCommand.executeListCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
boolean recursive,
ScmVersion version)
List contents of the remote repository
|
Modifier and Type | Method and Description |
---|---|
protected ListScmResult |
LocalScmProvider.list(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
List each element (files and directories) of fileSet as they exist in the repository.
|
Modifier and Type | Class and Description |
---|---|
class |
LocalListScmResult |
Modifier and Type | Method and Description |
---|---|
protected ListScmResult |
LocalListCommand.executeListCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
boolean recursive,
ScmVersion version)
List contents of the remote repository
|
Modifier and Type | Method and Description |
---|---|
ListScmResult |
AbstractSvnScmProvider.list(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
List each element (files and directories) of fileSet as they exist in the repository.
|
Modifier and Type | Method and Description |
---|---|
protected ListScmResult |
SvnListCommand.executeListCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
boolean recursive,
ScmVersion version)
List contents of the remote repository
|
Modifier and Type | Method and Description |
---|---|
protected ListScmResult |
TfsScmProvider.list(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
Modifier and Type | Method and Description |
---|---|
protected ListScmResult |
TfsListCommand.executeListCommand(ScmProviderRepository r,
ScmFileSet f,
boolean recursive,
ScmVersion v) |
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.