-
GItHub 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.
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.
GHCommitQueryBuilder.until(long timestamp)
Only commits before this date will be returned.
Only commits before this date will be returned.