Uses of Interface
com.atlassian.bitbucket.jenkins.internal.client.paging.NextPageFetcher
Packages that use NextPageFetcher
Package
Description
Add package level annotations to indicate everything is non-null by default.
-
Uses of NextPageFetcher in com.atlassian.bitbucket.jenkins.internal.client.paging
Methods in com.atlassian.bitbucket.jenkins.internal.client.paging with parameters of type NextPageFetcherModifier and TypeMethodDescriptionstatic <T> Stream<BitbucketPage<T>>BitbucketPageStreamUtil.toStream(BitbucketPage<T> firstPage, NextPageFetcher<T> nextPageFetcher) Returns a Stream of Bitbucket Pages.