Uses of Class
com.atlassian.bitbucket.jenkins.internal.model.BitbucketPage
Packages that use BitbucketPage
Package
Description
Add package level annotations to indicate everything is non-null by default.
Add package level annotations to indicate everything is non-null by default.
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 BitbucketPageModifier and TypeMethodDescriptionBitbucketSearchClient.findProjects()Search for Bitbucket Server projects whose names contain the provided value.BitbucketSearchClientImpl.findProjects()BitbucketSearchClient.findRepositories(String repositoryName) Search for Bitbucket Server repositories whose names match the provided value.BitbucketSearchClientImpl.findRepositories(String repositoryName) BitbucketMirrorClient.getMirroredRepositoryDescriptors()Retrieve a page of mirrored repository descriptors for the given repository IDBitbucketMirrorClientImpl.getMirroredRepositoryDescriptors() -
Uses of BitbucketPage in com.atlassian.bitbucket.jenkins.internal.client.paging
Methods in com.atlassian.bitbucket.jenkins.internal.client.paging that return BitbucketPageModifier and TypeMethodDescriptionNextPageFetcher.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 BitbucketPageModifier and TypeMethodDescriptionstatic <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 BitbucketPageModifier and TypeMethodDescriptionNextPageFetcher.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 BitbucketPageMethods in com.atlassian.bitbucket.jenkins.internal.model with parameters of type BitbucketPageModifier and TypeMethodDescriptionvoidBitbucketDirectory.setChildren(BitbucketPage<BitbucketDirectoryChild> children) Constructors in com.atlassian.bitbucket.jenkins.internal.model with parameters of type BitbucketPageModifierConstructorDescriptionBitbucketDirectory(BitbucketPage<BitbucketDirectoryChild> children, BitbucketDirectoryPath path, String revision)