Modifier and Type | Method and Description |
---|---|
abstract BlameScmResult |
AbstractBlameCommand.executeBlameCommand(ScmProviderRepository repo,
ScmFileSet workingDirectory,
String filename) |
Modifier and Type | Method and Description |
---|---|
BlameScmResult |
ScmManagerStub.blame(BlameScmRequest blameScmRequest) |
BlameScmResult |
ScmManager.blame(BlameScmRequest blameScmRequest) |
BlameScmResult |
AbstractScmManager.blame(BlameScmRequest blameScmRequest) |
BlameScmResult |
ScmManagerStub.blame(ScmRepository repository,
ScmFileSet fileSet,
String filename)
Returns the blame of specified file
|
BlameScmResult |
ScmManager.blame(ScmRepository repository,
ScmFileSet fileSet,
String filename)
Returns the blame of specified file
|
BlameScmResult |
AbstractScmManager.blame(ScmRepository repository,
ScmFileSet fileSet,
String filename)
Returns the blame of specified file
|
Modifier and Type | Method and Description |
---|---|
BlameScmResult |
ScmProviderStub.blame(BlameScmRequest blameScmRequest) |
BlameScmResult |
ScmProvider.blame(BlameScmRequest blameScmRequest) |
BlameScmResult |
AbstractScmProvider.blame(BlameScmRequest blameScmRequest) |
protected BlameScmResult |
AbstractScmProvider.blame(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
BlameScmResult |
ScmProviderStub.blame(ScmRepository repository,
ScmFileSet fileSet,
String filename)
Returns the blame of specified file
|
BlameScmResult |
ScmProvider.blame(ScmRepository repository,
ScmFileSet fileSet,
String filename)
Deprecated.
use blame with
BlameScmRequest parameter |
BlameScmResult |
AbstractScmProvider.blame(ScmRepository repository,
ScmFileSet fileSet,
String filename)
Returns the blame of specified file
|
BlameScmResult |
ScmProviderStub.getBlameScmResult() |
Modifier and Type | Method and Description |
---|---|
void |
ScmProviderStub.setBlameScmResult(BlameScmResult blameScmResult) |
Modifier and Type | Method and Description |
---|---|
protected BlameScmResult |
AbstractGitScmProvider.blame(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
Modifier and Type | Method and Description |
---|---|
BlameScmResult |
GitBlameCommand.executeBlameCommand(ScmProviderRepository repo,
ScmFileSet workingDirectory,
String filename) |
Modifier and Type | Method and Description |
---|---|
BlameScmResult |
JGitBlameCommand.executeBlameCommand(ScmProviderRepository repo,
ScmFileSet workingDirectory,
String filename) |
Modifier and Type | Method and Description |
---|---|
protected BlameScmResult |
HgScmProvider.blame(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
Modifier and Type | Method and Description |
---|---|
BlameScmResult |
HgBlameCommand.executeBlameCommand(ScmProviderRepository repo,
ScmFileSet workingDirectory,
String filename) |
Modifier and Type | Method and Description |
---|---|
protected BlameScmResult |
AbstractSvnScmProvider.blame(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
Modifier and Type | Method and Description |
---|---|
protected void |
SvnBlameCommandTckTest.verifyResult(BlameScmResult result) |
Modifier and Type | Method and Description |
---|---|
BlameScmResult |
SvnBlameCommand.executeBlameCommand(ScmProviderRepository repo,
ScmFileSet workingDirectory,
String filename) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
BlameCommandTckTest.verifyResult(BlameScmResult result) |
Copyright © 2003–2024 The Apache Software Foundation. All rights reserved.