Uses of Class
org.kohsuke.github.GHCommitQueryBuilder
Packages that use GHCommitQueryBuilder
-
Uses of GHCommitQueryBuilder in org.kohsuke.github
Methods in org.kohsuke.github that return GHCommitQueryBuilderModifier and TypeMethodDescriptionGItHub login or email address by which to filter by commit author.Specifies the SHA1 commit / tag / branch / etc to start listing commits from.GHCommitQueryBuilder.pageSize
(int pageSize) Page size gh commit query builder.Only commits containing this file path will be returned.GHRepository.queryCommits()
Search commits by specifying filters through a builder pattern.GHCommitQueryBuilder.since
(long timestamp) Only commits after this date will be returned.Only commits after this date will be returned.Deprecated.GHCommitQueryBuilder.until
(long timestamp) Only commits before this date will be returned.Only commits before this date will be returned.Deprecated.useuntil(Instant)
since(Instant)