Uses of Class
com.atlassian.bitbucket.commit.CommitsBetweenRequest
Packages that use CommitsBetweenRequest
-
Uses of CommitsBetweenRequest in com.atlassian.bitbucket.commit
Methods in com.atlassian.bitbucket.commit that return CommitsBetweenRequestMethods in com.atlassian.bitbucket.commit with parameters of type CommitsBetweenRequestModifier and TypeMethodDescriptionCommitService.getCommitsBetween
(CommitsBetweenRequest request, PageRequest pageRequest) Retrieves a page of commits between theincluded commits
and theexcluded commits
.void
CommitService.streamCommitsBetween
(CommitsBetweenRequest request, CommitCallback callback) Streams commits between theincluded commits
and theexcluded commits
.Constructors in com.atlassian.bitbucket.commit with parameters of type CommitsBetweenRequestModifierConstructorDescriptionBuilder
(CommitsBetweenRequest request) Creates a newBuilder
by copying the specifiedrequest
. -
Uses of CommitsBetweenRequest in com.atlassian.bitbucket.scm
Constructors in com.atlassian.bitbucket.scm with parameters of type CommitsBetweenRequest