Uses of Class
com.atlassian.bitbucket.jenkins.internal.model.BitbucketPage
-
Packages that use BitbucketPage Package Description com.atlassian.bitbucket.jenkins.internal.client Add package level annotations to indicate everything is non-null by default.com.atlassian.bitbucket.jenkins.internal.client.paging Add package level annotations to indicate everything is non-null by default.com.atlassian.bitbucket.jenkins.internal.model Add package level annotations to indicate everything is non-null by default. -
-
Uses of BitbucketPage in com.atlassian.bitbucket.jenkins.internal.client
Methods in com.atlassian.bitbucket.jenkins.internal.client that return BitbucketPage Modifier and Type Method Description BitbucketPage<BitbucketProject>
BitbucketSearchClient. findProjects()
Search for Bitbucket Server projects whose names contain the provided value.BitbucketPage<BitbucketProject>
BitbucketSearchClientImpl. findProjects()
BitbucketPage<BitbucketRepository>
BitbucketSearchClient. findRepositories(String repositoryName)
Search for Bitbucket Server repositories whose names match the provided value.BitbucketPage<BitbucketRepository>
BitbucketSearchClientImpl. findRepositories(String repositoryName)
BitbucketPage<BitbucketMirroredRepositoryDescriptor>
BitbucketMirrorClient. getMirroredRepositoryDescriptors()
Retrieve a page of mirrored repository descriptors for the given repository IDBitbucketPage<BitbucketMirroredRepositoryDescriptor>
BitbucketMirrorClientImpl. getMirroredRepositoryDescriptors()
-
Uses of BitbucketPage in com.atlassian.bitbucket.jenkins.internal.client.paging
Methods in com.atlassian.bitbucket.jenkins.internal.client.paging that return BitbucketPage Modifier and Type Method Description BitbucketPage<T>
NextPageFetcher. next(BitbucketPage<T> previous)
Returns the next page based on a page.Methods in com.atlassian.bitbucket.jenkins.internal.client.paging that return types with arguments of type BitbucketPage Modifier and Type Method Description static <T> Stream<BitbucketPage<T>>
BitbucketPageStreamUtil. toStream(BitbucketPage<T> firstPage, NextPageFetcher<T> nextPageFetcher)
Returns a Stream of Bitbucket Pages.Methods in com.atlassian.bitbucket.jenkins.internal.client.paging with parameters of type BitbucketPage Modifier and Type Method Description BitbucketPage<T>
NextPageFetcher. next(BitbucketPage<T> previous)
Returns the next page based on a page.static <T> Stream<BitbucketPage<T>>
BitbucketPageStreamUtil. toStream(BitbucketPage<T> firstPage, NextPageFetcher<T> nextPageFetcher)
Returns a Stream of Bitbucket Pages. -
Uses of BitbucketPage in com.atlassian.bitbucket.jenkins.internal.model
Methods in com.atlassian.bitbucket.jenkins.internal.model that return BitbucketPage Modifier and Type Method Description BitbucketPage<BitbucketDirectoryChild>
BitbucketDirectory. getChildren()
<E> BitbucketPage<E>
BitbucketPage. transform(Function<? super T,? extends E> transformFunction)
Methods in com.atlassian.bitbucket.jenkins.internal.model with parameters of type BitbucketPage Modifier and Type Method Description void
BitbucketDirectory. setChildren(BitbucketPage<BitbucketDirectoryChild> children)
Constructors in com.atlassian.bitbucket.jenkins.internal.model with parameters of type BitbucketPage Constructor Description BitbucketDirectory(BitbucketPage<BitbucketDirectoryChild> children, BitbucketDirectoryPath path, String revision)
-