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 commitsand theexcluded commits.voidCommitService.streamCommitsBetween(CommitsBetweenRequest request, CommitCallback callback) Streams commits between theincluded commitsand theexcluded commits.Constructors in com.atlassian.bitbucket.commit with parameters of type CommitsBetweenRequestModifierConstructorDescriptionBuilder(CommitsBetweenRequest request) Creates a newBuilderby copying the specifiedrequest. -
Uses of CommitsBetweenRequest in com.atlassian.bitbucket.scm
Constructors in com.atlassian.bitbucket.scm with parameters of type CommitsBetweenRequest