Uses of Interface
com.atlassian.bitbucket.jenkins.internal.client.paging.NextPageFetcher
-
Packages that use NextPageFetcher Package Description com.atlassian.bitbucket.jenkins.internal.client.paging 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 NextPageFetcher Modifier and Type Method Description static <T> Stream<BitbucketPage<T>>
BitbucketPageStreamUtil. toStream(BitbucketPage<T> firstPage, NextPageFetcher<T> nextPageFetcher)
Returns a Stream of Bitbucket Pages.
-