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 |
ScmProvider.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 |
ScmProviderStub.diff(ScmRepository repository,
ScmFileSet fileSet,
String startRevision,
String endRevision)
Create a diff between two branch/tag/revision.
|
DiffScmResult |
ScmProvider.diff(ScmRepository scmRepository,
ScmFileSet scmFileSet,
String startRevision,
String endRevision)
|
DiffScmResult |
AbstractScmProvider.diff(ScmRepository repository,
ScmFileSet fileSet,
String startRevision,
String endRevision)
Deprecated.
|
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(Commandline cl) |
protected DiffScmResult |
AbstractCvsDiffCommand.executeDiffCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
ScmVersion startRevision,
ScmVersion endRevision) |
Modifier and Type | Method and Description |
---|---|
protected DiffScmResult |
CvsExeDiffCommand.executeCvsCommand(Commandline cl) |
Modifier and Type | Method and Description |
---|---|
protected DiffScmResult |
CvsJavaDiffCommand.executeCvsCommand(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 |
JGitDiffCommand.callDiff(org.eclipse.jgit.api.Git git,
ScmVersion startRevision,
ScmVersion endRevision) |
protected DiffScmResult |
JGitDiffCommand.executeDiffCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
ScmVersion startRevision,
ScmVersion endRevision) |
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 |
IntegrityScmProvider.diff(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters params)
Maps to si diff
|
Modifier and Type | Method and Description |
---|---|
DiffScmResult |
IntegrityDiffCommand.executeDiffCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
ScmVersion startRevision,
ScmVersion endRevision)
Since we can't arbitrarily apply the same start and end revisions to all files in the sandbox,
this command will be adapted to show differences between the local version and the repository
|
Modifier and Type | Method and Description |
---|---|
protected DiffScmResult |
JazzScmProvider.diff(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
Modifier and Type | Method and Description |
---|---|
protected DiffScmResult |
JazzDiffCommand.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–2015 The Apache Software Foundation. All rights reserved.