Modifier and Type | Method and Description |
---|---|
protected ChangeLogScmResult |
AbstractChangeLogCommand.executeChangeLogCommand(ChangeLogScmRequest request) |
protected abstract ChangeLogScmResult |
AbstractChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
Date startDate,
Date endDate,
ScmBranch branch,
String datePattern)
Deprecated.
|
protected ChangeLogScmResult |
AbstractChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
ScmVersion startVersion,
ScmVersion endVersion,
String datePattern)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ChangeLogScmResult |
ScmManagerStub.changeLog(ChangeLogScmRequest request)
Returns the changes that have happend in the source control system in a certain period of time.
|
ChangeLogScmResult |
ScmManager.changeLog(ChangeLogScmRequest scmRequest)
Returns the changes that have happend in the source control system in a certain period of time.
|
ChangeLogScmResult |
AbstractScmManager.changeLog(ChangeLogScmRequest scmRequest)
Returns the changes that have happend in the source control system in a certain period of time.
|
ChangeLogScmResult |
ScmManagerStub.changeLog(ScmRepository repository,
ScmFileSet fileSet,
Date startDate,
Date endDate,
int numDays,
ScmBranch branch)
Returns the changes that have happend in the source control system in a certain period of time.
|
ChangeLogScmResult |
ScmManager.changeLog(ScmRepository repository,
ScmFileSet fileSet,
Date startDate,
Date endDate,
int numDays,
ScmBranch branch)
Deprecated.
|
ChangeLogScmResult |
AbstractScmManager.changeLog(ScmRepository repository,
ScmFileSet fileSet,
Date startDate,
Date endDate,
int numDays,
ScmBranch branch)
Returns the changes that have happend in the source control system in a certain period of time.
|
ChangeLogScmResult |
ScmManagerStub.changeLog(ScmRepository repository,
ScmFileSet fileSet,
Date startDate,
Date endDate,
int numDays,
ScmBranch branch,
String datePattern)
Returns the changes that have happend in the source control system in a certain period of time.
|
ChangeLogScmResult |
ScmManager.changeLog(ScmRepository repository,
ScmFileSet fileSet,
Date startDate,
Date endDate,
int numDays,
ScmBranch branch,
String datePattern)
Deprecated.
|
ChangeLogScmResult |
AbstractScmManager.changeLog(ScmRepository repository,
ScmFileSet fileSet,
Date startDate,
Date endDate,
int numDays,
ScmBranch branch,
String datePattern)
Returns the changes that have happend in the source control system in a certain period of time.
|
ChangeLogScmResult |
ScmManagerStub.changeLog(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion startVersion,
ScmVersion endVersion)
Returns the changes that have happend in the source control system between two tags.
|
ChangeLogScmResult |
ScmManager.changeLog(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion startVersion,
ScmVersion endVersion)
Deprecated.
|
ChangeLogScmResult |
AbstractScmManager.changeLog(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion startVersion,
ScmVersion endVersion)
Returns the changes that have happend in the source control system between two tags.
|
ChangeLogScmResult |
ScmManagerStub.changeLog(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion startRevision,
ScmVersion endRevision,
String datePattern)
Returns the changes that have happend in the source control system between two tags.
|
ChangeLogScmResult |
ScmManager.changeLog(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion startRevision,
ScmVersion endRevision,
String datePattern)
Deprecated.
|
ChangeLogScmResult |
AbstractScmManager.changeLog(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion startRevision,
ScmVersion endRevision,
String datePattern)
Returns the changes that have happend in the source control system between two tags.
|
Modifier and Type | Method and Description |
---|---|
ChangeLogScmResult |
ScmProviderStub.changeLog(ChangeLogScmRequest scmRequest) |
ChangeLogScmResult |
ScmProvider.changeLog(ChangeLogScmRequest scmRequest)
Returns the changes that have happend in the source control system in a certain period of time.
|
ChangeLogScmResult |
AbstractScmProvider.changeLog(ChangeLogScmRequest request)
Returns the changes that have happend in the source control system in a certain period of time.
|
protected ChangeLogScmResult |
AbstractScmProvider.changelog(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
ChangeLogScmResult |
ScmProviderStub.changeLog(ScmRepository repository,
ScmFileSet fileSet,
Date startDate,
Date endDate,
int numDays,
ScmBranch branch)
Returns the changes that have happend in the source control system in a certain period of time.
|
ChangeLogScmResult |
ScmProvider.changeLog(ScmRepository repository,
ScmFileSet fileSet,
Date startDate,
Date endDate,
int numDays,
ScmBranch branch)
Deprecated.
|
ChangeLogScmResult |
AbstractScmProvider.changeLog(ScmRepository repository,
ScmFileSet fileSet,
Date startDate,
Date endDate,
int numDays,
ScmBranch branch)
Returns the changes that have happend in the source control system in a certain period of time.
|
ChangeLogScmResult |
ScmProviderStub.changeLog(ScmRepository repository,
ScmFileSet fileSet,
Date startDate,
Date endDate,
int numDays,
ScmBranch branch,
String datePattern)
Returns the changes that have happend in the source control system in a certain period of time.
|
ChangeLogScmResult |
ScmProvider.changeLog(ScmRepository repository,
ScmFileSet fileSet,
Date startDate,
Date endDate,
int numDays,
ScmBranch branch,
String datePattern)
Deprecated.
|
ChangeLogScmResult |
AbstractScmProvider.changeLog(ScmRepository repository,
ScmFileSet fileSet,
Date startDate,
Date endDate,
int numDays,
ScmBranch branch,
String datePattern)
Returns the changes that have happend in the source control system in a certain period of time.
|
ChangeLogScmResult |
ScmProviderStub.changeLog(ScmRepository repository,
ScmFileSet fileSet,
Date startDate,
Date endDate,
int numDays,
String branch)
Returns the changes that have happend in the source control system in a certain period of time.
|
ChangeLogScmResult |
ScmProvider.changeLog(ScmRepository repository,
ScmFileSet fileSet,
Date startDate,
Date endDate,
int numDays,
String branch)
|
ChangeLogScmResult |
AbstractScmProvider.changeLog(ScmRepository repository,
ScmFileSet fileSet,
Date startDate,
Date endDate,
int numDays,
String branch)
Deprecated.
|
ChangeLogScmResult |
ScmProviderStub.changeLog(ScmRepository repository,
ScmFileSet fileSet,
Date startDate,
Date endDate,
int numDays,
String branch,
String datePattern)
Returns the changes that have happend in the source control system in a certain period of time.
|
ChangeLogScmResult |
ScmProvider.changeLog(ScmRepository repository,
ScmFileSet fileSet,
Date startDate,
Date endDate,
int numDays,
String branch,
String datePattern)
Deprecated.
|
ChangeLogScmResult |
AbstractScmProvider.changeLog(ScmRepository repository,
ScmFileSet fileSet,
Date startDate,
Date endDate,
int numDays,
String branch,
String datePattern)
Deprecated.
|
ChangeLogScmResult |
ScmProviderStub.changeLog(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion startVersion,
ScmVersion endVersion)
Returns the changes that have happend in the source control system between two tags.
|
ChangeLogScmResult |
ScmProvider.changeLog(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion startVersion,
ScmVersion endVersion)
Deprecated.
|
ChangeLogScmResult |
AbstractScmProvider.changeLog(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion startVersion,
ScmVersion endVersion)
Returns the changes that have happend in the source control system between two tags.
|
ChangeLogScmResult |
ScmProviderStub.changeLog(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion startRevision,
ScmVersion endRevision,
String datePattern)
Returns the changes that have happend in the source control system between two tags.
|
ChangeLogScmResult |
ScmProvider.changeLog(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion startRevision,
ScmVersion endRevision,
String datePattern)
Deprecated.
|
ChangeLogScmResult |
AbstractScmProvider.changeLog(ScmRepository repository,
ScmFileSet fileSet,
ScmVersion startVersion,
ScmVersion endVersion,
String datePattern)
Returns the changes that have happend in the source control system between two tags.
|
ChangeLogScmResult |
ScmProviderStub.changeLog(ScmRepository repository,
ScmFileSet fileSet,
String startTag,
String endTag)
Returns the changes that have happend in the source control system between two tags.
|
ChangeLogScmResult |
ScmProvider.changeLog(ScmRepository repository,
ScmFileSet fileSet,
String startTag,
String endTag)
Deprecated.
|
ChangeLogScmResult |
AbstractScmProvider.changeLog(ScmRepository repository,
ScmFileSet fileSet,
String startTag,
String endTag)
Deprecated.
|
ChangeLogScmResult |
ScmProviderStub.changeLog(ScmRepository repository,
ScmFileSet fileSet,
String startTag,
String endTag,
String datePattern)
Returns the changes that have happend in the source control system between two tags.
|
ChangeLogScmResult |
ScmProvider.changeLog(ScmRepository repository,
ScmFileSet fileSet,
String startTag,
String endTag,
String datePattern)
Deprecated.
|
ChangeLogScmResult |
AbstractScmProvider.changeLog(ScmRepository repository,
ScmFileSet fileSet,
String startTag,
String endTag,
String datePattern)
Deprecated.
|
ChangeLogScmResult |
ScmProviderStub.getChangeLogScmResult() |
Modifier and Type | Method and Description |
---|---|
void |
ScmProviderStub.setChangeLogScmResult(ChangeLogScmResult changeLogScmResult) |
Modifier and Type | Method and Description |
---|---|
protected ChangeLogScmResult |
AccuRevScmProvider.changelog(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
Modifier and Type | Method and Description |
---|---|
ChangeLogScmResult |
AccuRevChangeLogCommand.changelog(ScmProviderRepository repo,
ScmFileSet testFileSet,
CommandParameters params) |
Modifier and Type | Method and Description |
---|---|
ChangeLogScmResult |
BazaarScmProvider.changelog(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
Modifier and Type | Method and Description |
---|---|
protected ChangeLogScmResult |
BazaarChangeLogCommand.executeChangeLogCommand(ChangeLogScmRequest request) |
protected ChangeLogScmResult |
BazaarChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
Date startDate,
Date endDate,
ScmBranch branch,
String datePattern) |
Modifier and Type | Method and Description |
---|---|
ChangeLogScmResult |
ClearCaseScmProvider.changelog(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
Modifier and Type | Method and Description |
---|---|
protected ChangeLogScmResult |
ClearCaseChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
Date startDate,
Date endDate,
ScmBranch branch,
String datePattern) |
Modifier and Type | Method and Description |
---|---|
ChangeLogScmResult |
AbstractCvsScmProvider.changelog(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
Modifier and Type | Method and Description |
---|---|
protected ChangeLogScmResult |
AbstractCvsChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
Date startDate,
Date endDate,
ScmBranch branch,
String datePattern) |
protected ChangeLogScmResult |
AbstractCvsChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
ScmVersion startVersion,
ScmVersion endVersion,
String datePattern) |
protected abstract ChangeLogScmResult |
AbstractCvsChangeLogCommand.executeCvsCommand(Commandline cl,
Date startDate,
Date endDate,
ScmVersion startVersion,
ScmVersion endVersion,
String datePattern) |
Modifier and Type | Method and Description |
---|---|
protected ChangeLogScmResult |
CvsExeChangeLogCommand.executeCvsCommand(Commandline cl,
Date startDate,
Date endDate,
ScmVersion startVersion,
ScmVersion endVersion,
String datePattern) |
Modifier and Type | Method and Description |
---|---|
protected ChangeLogScmResult |
CvsJavaChangeLogCommand.executeCvsCommand(Commandline cl,
Date startDate,
Date endDate,
ScmVersion startVersion,
ScmVersion endVersion,
String datePattern) |
Modifier and Type | Method and Description |
---|---|
ChangeLogScmResult |
AbstractGitScmProvider.changelog(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
Modifier and Type | Method and Description |
---|---|
protected ChangeLogScmResult |
JGitChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
Date startDate,
Date endDate,
ScmBranch branch,
String datePattern) |
protected ChangeLogScmResult |
JGitChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
Date startDate,
Date endDate,
ScmBranch branch,
String datePattern,
ScmVersion startVersion,
ScmVersion endVersion) |
protected ChangeLogScmResult |
JGitChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
ScmVersion startVersion,
ScmVersion endVersion,
String datePattern) |
Modifier and Type | Method and Description |
---|---|
ChangeLogScmResult |
HgScmProvider.changelog(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
Modifier and Type | Method and Description |
---|---|
protected ChangeLogScmResult |
HgChangeLogCommand.executeChangeLogCommand(ChangeLogScmRequest request) |
protected ChangeLogScmResult |
HgChangeLogCommand.executeChangeLogCommand(ScmProviderRepository scmProviderRepository,
ScmFileSet fileSet,
Date startDate,
Date endDate,
ScmBranch branch,
String datePattern) |
protected ChangeLogScmResult |
HgChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
ScmVersion startVersion,
ScmVersion endVersion,
String datePattern) |
Modifier and Type | Method and Description |
---|---|
protected ChangeLogScmResult |
IntegrityScmProvider.changelog(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
Maps to si rlog --rfilter=daterange:date1-date2
|
Modifier and Type | Method and Description |
---|---|
ChangeLogScmResult |
IntegrityChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
Date startDate,
Date endDate,
ScmBranch branch,
String datePattern) |
Modifier and Type | Method and Description |
---|---|
protected ChangeLogScmResult |
JazzScmProvider.changelog(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
Modifier and Type | Method and Description |
---|---|
protected ChangeLogScmResult |
JazzChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
Date startDate,
Date endDate,
ScmBranch branch,
String datePattern) |
Modifier and Type | Method and Description |
---|---|
protected ChangeLogScmResult |
LocalScmProvider.changelog(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
Modifier and Type | Method and Description |
---|---|
protected ChangeLogScmResult |
LocalChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
Date startDate,
Date endDate,
ScmBranch branch,
String datePattern) |
Modifier and Type | Method and Description |
---|---|
protected ChangeLogScmResult |
PerforceScmProvider.changelog(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
Modifier and Type | Method and Description |
---|---|
protected ChangeLogScmResult |
PerforceChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
Date startDate,
Date endDate,
ScmBranch branch,
String datePattern) |
protected ChangeLogScmResult |
PerforceChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
Date startDate,
Date endDate,
ScmBranch branch,
String datePattern,
ScmVersion startVersion,
ScmVersion endVersion) |
protected ChangeLogScmResult |
PerforceChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
ScmVersion startVersion,
ScmVersion endVersion,
String datePattern) |
Modifier and Type | Method and Description |
---|---|
ChangeLogScmResult |
StarteamScmProvider.changelog(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
Modifier and Type | Method and Description |
---|---|
protected ChangeLogScmResult |
StarteamChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
Date startDate,
Date endDate,
ScmBranch branch,
String datePattern) |
Modifier and Type | Method and Description |
---|---|
ChangeLogScmResult |
AbstractSvnScmProvider.changelog(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
Modifier and Type | Method and Description |
---|---|
protected ChangeLogScmResult |
SvnChangeLogCommand.executeChangeLogCommand(ChangeLogScmRequest request) |
protected ChangeLogScmResult |
SvnChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
Date startDate,
Date endDate,
ScmBranch branch,
String datePattern)
Deprecated.
|
protected ChangeLogScmResult |
SvnChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
ScmVersion startVersion,
ScmVersion endVersion,
String datePattern)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ChangeLogScmResult |
SynergyScmProvider.changelog(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
Modifier and Type | Method and Description |
---|---|
protected ChangeLogScmResult |
SynergyChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
Date startDate,
Date endDate,
ScmBranch branch,
String datePattern) |
Modifier and Type | Method and Description |
---|---|
protected ChangeLogScmResult |
TfsScmProvider.changelog(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
Modifier and Type | Method and Description |
---|---|
protected ChangeLogScmResult |
TfsChangeLogCommand.executeChangeLogCommand(ScmProviderRepository r,
ScmFileSet f,
Date startDate,
Date endDate,
ScmBranch branch,
String datePattern) |
Modifier and Type | Method and Description |
---|---|
ChangeLogScmResult |
VssScmProvider.changelog(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
Modifier and Type | Method and Description |
---|---|
protected ChangeLogScmResult |
VssHistoryCommand.executeChangeLogCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
Date startDate,
Date endDate,
ScmBranch branch,
String datePattern) |
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.