Modifier and Type | Method and Description |
---|---|
protected abstract DiffScmResult |
AbstractDiffCommand.executeDiffCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
ScmVersion startRevision,
ScmVersion endRevision) |
Modifier and Type | Method and Description |
---|---|
DiffScmResult |
ScmManagerStub.diff(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion startVersion,
ScmVersion endVersion)
Create a diff between two branch/tag/revision.
|
DiffScmResult |
ScmManager.diff(ScmRepository scmRepository,
ScmFileSet scmFileSet,
ScmVersion startVersion,
ScmVersion endVersion)
Create a diff between two branch/tag/revision.
|
DiffScmResult |
AbstractScmManager.diff(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion startVersion,
ScmVersion endVersion)
Create a diff between two branch/tag/revision.
|
Modifier and Type | Method and Description |
---|---|
protected DiffScmResult |
AbstractScmProvider.diff(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
DiffScmResult |
ScmProviderStub.diff(ScmRepository scmRepository,
ScmFileSet scmFileSet,
ScmVersion startVersion,
ScmVersion endVersion)
Create a diff between two branch/tag/revision.
|
DiffScmResult |
AbstractScmProvider.diff(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion startVersion,
ScmVersion endVersion)
Create a diff between two branch/tag/revision.
|
DiffScmResult |
ScmProvider.diff(ScmRepository scmRepository,
ScmFileSet scmFileSet,
ScmVersion startVersion,
ScmVersion endVersion)
Create a diff between two branch/tag/revision.
|
DiffScmResult |
ScmProviderStub.diff(ScmRepository repository,
ScmFileSet fileSet,
String startRevision,
String endRevision)
Create a diff between two branch/tag/revision.
|
DiffScmResult |
AbstractScmProvider.diff(ScmRepository repository,
ScmFileSet fileSet,
String startRevision,
String endRevision)
Deprecated.
|
DiffScmResult |
ScmProvider.diff(ScmRepository scmRepository,
ScmFileSet scmFileSet,
String startRevision,
String endRevision)
|
DiffScmResult |
ScmProviderStub.getDiffScmResult() |
Modifier and Type | Method and Description |
---|---|
void |
ScmProviderStub.setDiffScmResult(DiffScmResult diffScmResult) |
Modifier and Type | Method and Description |
---|---|
DiffScmResult |
BazaarScmProvider.diff(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
Modifier and Type | Method and Description |
---|---|
protected DiffScmResult |
BazaarDiffCommand.executeDiffCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
ScmVersion startRevision,
ScmVersion endRevision) |
Modifier and Type | Method and Description |
---|---|
DiffScmResult |
AbstractCvsScmProvider.diff(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
Modifier and Type | Method and Description |
---|---|
protected abstract DiffScmResult |
AbstractCvsDiffCommand.executeCvsCommand(org.codehaus.plexus.util.cli.Commandline cl) |
protected DiffScmResult |
AbstractCvsDiffCommand.executeDiffCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
ScmVersion startRevision,
ScmVersion endRevision) |
Modifier and Type | Method and Description |
---|---|
protected DiffScmResult |
CvsExeDiffCommand.executeCvsCommand(org.codehaus.plexus.util.cli.Commandline cl) |
Modifier and Type | Method and Description |
---|---|
protected DiffScmResult |
CvsJavaDiffCommand.executeCvsCommand(org.codehaus.plexus.util.cli.Commandline cl) |
Modifier and Type | Method and Description |
---|---|
DiffScmResult |
AbstractGitScmProvider.diff(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
Modifier and Type | Method and Description |
---|---|
protected DiffScmResult |
GitDiffCommand.executeDiffCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
ScmVersion startVersion,
ScmVersion endVersion) |
Modifier and Type | Method and Description |
---|---|
DiffScmResult |
HgScmProvider.diff(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
Modifier and Type | Method and Description |
---|---|
protected DiffScmResult |
HgDiffCommand.executeDiffCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
ScmVersion startRevision,
ScmVersion endRevision) |
Modifier and Type | Method and Description |
---|---|
protected DiffScmResult |
PerforceScmProvider.diff(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters params) |
Modifier and Type | Method and Description |
---|---|
protected DiffScmResult |
PerforceDiffCommand.executeDiffCommand(ScmProviderRepository repo,
ScmFileSet files,
ScmVersion startRev,
ScmVersion endRev) |
Modifier and Type | Method and Description |
---|---|
DiffScmResult |
StarteamScmProvider.diff(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
Modifier and Type | Method and Description |
---|---|
protected DiffScmResult |
StarteamDiffCommand.executeDiffCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
ScmVersion startVersion,
ScmVersion endVersion) |
Modifier and Type | Method and Description |
---|---|
DiffScmResult |
AbstractSvnScmProvider.diff(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
Modifier and Type | Method and Description |
---|---|
protected DiffScmResult |
SvnDiffCommand.executeDiffCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
ScmVersion startVersion,
ScmVersion endVersion) |
Modifier and Type | Method and Description |
---|---|
protected DiffScmResult |
TfsScmProvider.diff(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
Copyright © 2003–2014. All rights reserved.