Uses of Class
org.apache.maven.scm.provider.git.jgit.command.changelog.JGitChangeLogCommand.ChangeEntry
-
Packages that use JGitChangeLogCommand.ChangeEntry Package Description org.apache.maven.scm.provider.git.jgit.command.changelog -
-
Uses of JGitChangeLogCommand.ChangeEntry in org.apache.maven.scm.provider.git.jgit.command.changelog
Methods in org.apache.maven.scm.provider.git.jgit.command.changelog that return types with arguments of type JGitChangeLogCommand.ChangeEntry Modifier and Type Method Description List<JGitChangeLogCommand.ChangeEntry>
JGitChangeLogCommand. whatchanged(org.eclipse.jgit.lib.Repository repo, org.eclipse.jgit.revwalk.RevSort[] sortings, String fromRev, String toRev, Date fromDate, Date toDate, int maxLines)
-