public class JGitChangeLogCommand extends AbstractChangeLogCommand implements GitCommand
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
JGitChangeLogCommand.ChangeEntry  | 
| Constructor and Description | 
|---|
JGitChangeLogCommand()  | 
| 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)  | 
executeChangeLogCommand, executeCommandexecute, getLogger, setLoggerpublic JGitChangeLogCommand()
protected ChangeLogScmResult executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion, String datePattern) throws ScmException
executeChangeLogCommand in class AbstractChangeLogCommandScmExceptionprotected ChangeLogScmResult executeChangeLogCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion version, String datePattern) throws ScmException
executeChangeLogCommand in class AbstractChangeLogCommandScmExceptionprotected ChangeLogScmResult executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, String datePattern) throws ScmException
executeChangeLogCommand in class AbstractChangeLogCommandScmExceptionprotected ChangeLogScmResult executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, String datePattern, ScmVersion startVersion, ScmVersion endVersion) throws ScmException
ScmExceptionprotected ChangeLogScmResult executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, String datePattern, ScmVersion startVersion, ScmVersion endVersion, ScmVersion version) throws ScmException
ScmExceptionpublic 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) throws org.eclipse.jgit.errors.MissingObjectException, org.eclipse.jgit.errors.IncorrectObjectTypeException, IOException
org.eclipse.jgit.errors.MissingObjectExceptionorg.eclipse.jgit.errors.IncorrectObjectTypeExceptionIOExceptionCopyright © 2003–2018 The Apache Software Foundation. All rights reserved.