Modifier and Type | Method and Description |
---|---|
protected RemoveScmResult |
ScmTckTestCase.remove(File workingDirectory,
ScmRepository repository)
Convenience method to remove files from the repository
|
Modifier and Type | Method and Description |
---|---|
RemoveScmResult |
ScmManagerStub.remove(ScmRepository repository,
ScmFileSet fileSet,
String message)
Removes the given files from the source control system
|
RemoveScmResult |
ScmManager.remove(ScmRepository repository,
ScmFileSet fileSet,
String message)
Removes the given files from the source control system
|
RemoveScmResult |
AbstractScmManager.remove(ScmRepository repository,
ScmFileSet fileSet,
String message)
Removes the given files from the source control system
|
Modifier and Type | Method and Description |
---|---|
RemoveScmResult |
ScmProviderStub.getRemoveScmResult() |
protected RemoveScmResult |
AbstractScmProvider.remove(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
RemoveScmResult |
ScmProviderStub.remove(ScmRepository repository,
ScmFileSet fileSet,
String message)
Removes the given files from the source control system
|
RemoveScmResult |
ScmProvider.remove(ScmRepository repository,
ScmFileSet fileSet,
String message)
Removes the given files from the source control system
|
RemoveScmResult |
AbstractScmProvider.remove(ScmRepository repository,
ScmFileSet fileSet,
String message)
Removes the given files from the source control system
|
Modifier and Type | Method and Description |
---|---|
void |
ScmProviderStub.setRemoveScmResult(RemoveScmResult removeScmResult) |
Modifier and Type | Method and Description |
---|---|
RemoveScmResult |
AbstractGitScmProvider.remove(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
Modifier and Type | Method and Description |
---|---|
RemoveScmResult |
HgScmProvider.remove(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
Modifier and Type | Method and Description |
---|---|
RemoveScmResult |
AbstractSvnScmProvider.remove(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
Copyright © 2003–2024 The Apache Software Foundation. All rights reserved.