Modifier and Type | Method and Description |
---|---|
protected abstract StatusScmResult |
AbstractStatusCommand.executeStatusCommand(ScmProviderRepository repository,
ScmFileSet fileSet) |
Modifier and Type | Method and Description |
---|---|
StatusScmResult |
ScmManagerStub.status(ScmRepository repository,
ScmFileSet fileSet)
Returns the status of the files in the source control system.
|
StatusScmResult |
ScmManager.status(ScmRepository repository,
ScmFileSet fileSet)
Returns the status of the files in the source control system.
|
StatusScmResult |
AbstractScmManager.status(ScmRepository repository,
ScmFileSet fileSet)
Returns the status of the files in the source control system.
|
Modifier and Type | Method and Description |
---|---|
StatusScmResult |
ScmProviderStub.getStatusScmResult() |
protected StatusScmResult |
AbstractScmProvider.status(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
StatusScmResult |
ScmProviderStub.status(ScmRepository repository,
ScmFileSet fileSet)
Returns the status of the files in the source control system.
|
StatusScmResult |
ScmProvider.status(ScmRepository repository,
ScmFileSet fileSet)
Returns the status of the files in the source control system.
|
StatusScmResult |
AbstractScmProvider.status(ScmRepository repository,
ScmFileSet fileSet)
Returns the status of the files in the source control system.
|
Modifier and Type | Method and Description |
---|---|
void |
ScmProviderStub.setStatusScmResult(StatusScmResult statusScmResult) |
Modifier and Type | Method and Description |
---|---|
StatusScmResult |
AbstractGitScmProvider.status(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
Modifier and Type | Method and Description |
---|---|
protected StatusScmResult |
GitStatusCommand.executeStatusCommand(ScmProviderRepository repo,
ScmFileSet fileSet) |
Modifier and Type | Method and Description |
---|---|
protected StatusScmResult |
JGitStatusCommand.executeStatusCommand(ScmProviderRepository repo,
ScmFileSet fileSet) |
Modifier and Type | Method and Description |
---|---|
StatusScmResult |
HgScmProvider.status(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
Modifier and Type | Method and Description |
---|---|
StatusScmResult |
HgStatusCommand.executeStatusCommand(ScmProviderRepository repo,
ScmFileSet fileSet) |
Modifier and Type | Method and Description |
---|---|
StatusScmResult |
LocalScmProvider.status(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
Modifier and Type | Method and Description |
---|---|
protected StatusScmResult |
LocalStatusCommand.executeStatusCommand(ScmProviderRepository repository,
ScmFileSet fileSet) |
Modifier and Type | Method and Description |
---|---|
StatusScmResult |
AbstractSvnScmProvider.status(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
Modifier and Type | Method and Description |
---|---|
protected StatusScmResult |
SvnStatusCommand.executeStatusCommand(ScmProviderRepository repo,
ScmFileSet fileSet) |
Copyright © 2003–2024 The Apache Software Foundation. All rights reserved.