All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
protected ChangeLogScmResult |
executeChangeLogCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
Date startDate,
Date endDate,
ScmBranch branch,
String datePattern) |
protected ChangeLogScmResult |
executeChangeLogCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
Date startDate,
Date endDate,
ScmBranch branch,
String datePattern,
ScmVersion startVersion,
ScmVersion endVersion) |
protected ChangeLogScmResult |
executeChangeLogCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
Date startDate,
Date endDate,
ScmBranch branch,
String datePattern,
ScmVersion startVersion,
ScmVersion endVersion,
ScmVersion version) |
protected ChangeLogScmResult |
executeChangeLogCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
ScmVersion startVersion,
ScmVersion endVersion,
String datePattern) |
protected ChangeLogScmResult |
executeChangeLogCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
ScmVersion version,
String datePattern) |
List<JGitChangeLogCommand.ChangeEntry> |
whatchanged(org.eclipse.jgit.lib.Repository repo,
org.eclipse.jgit.revwalk.RevSort[] sortings,
String fromRev,
String toRev,
Date fromDate,
Date toDate,
int maxLines) |