Package com.atlassian.bitbucket.jenkins.internal.client.paging
@ParametersAreNonnullByDefault
@ReturnValuesAreNonnullByDefault
package com.atlassian.bitbucket.jenkins.internal.client.paging
Add package level annotations to indicate everything is non-null by default.
-
ClassDescriptionProvides a way to return Stream of page based on first page and
NextPageFetcher.In order to support multiple paging, implementation should provide a way to fetch next page based on previous page.