Package | Description |
---|---|
org.apache.maven.scm.command.changelog | |
org.apache.maven.scm.manager | |
org.apache.maven.scm.provider |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
ScmProvider.changeLog(ScmRepository repository,
ScmFileSet fileSet,
String startTag,
String endTag)
Deprecated.
|
ChangeLogScmResult |
AbstractScmProvider.changeLog(ScmRepository repository,
ScmFileSet fileSet,
String startTag,
String endTag)
Deprecated.
|
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.
|
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.