Uses of Class
com.atlassian.bamboo.plugins.bitbucket.rest.entity.BitbucketPageEntity
Package
Description
-
Uses of BitbucketPageEntity in com.atlassian.bamboo.plugins.bitbucket.api
Modifier and TypeMethodDescription@NotNull BitbucketPageEntity<BitbucketNodeEntity>
BitbucketApiService.findBranches
(@NotNull String owner, @NotNull String slug, @NotNull String username, @Nullable String password, @Nullable String queryString, int start, int limit) @NotNull BitbucketPageEntity<BitbucketResourceEntity>
BitbucketApiService.findPublicRepositories
(@NotNull String username, @Nullable String queryString, int start, int limit) Return a filtered list of public repositories that user has access to.@NotNull BitbucketPageEntity<BitbucketResourceEntity>
BitbucketApiService.findRepositories
(@NotNull String username, @NotNull String password, @Nullable String queryString, int start, int limit) Return a filtered list of accessible to Bitbucket user. -
Uses of BitbucketPageEntity in com.atlassian.bamboo.plugins.bitbucket.impl
Modifier and TypeMethodDescription@NotNull BitbucketPageEntity<BitbucketNodeEntity>
BitbucketApiServiceImpl.findBranches
(@NotNull String owner, @NotNull String slug, @NotNull String username, @Nullable String password, @Nullable String queryString, int start, int limit) @NotNull BitbucketPageEntity<BitbucketResourceEntity>
BitbucketApiServiceImpl.findPublicRepositories
(@NotNull String username, @Nullable String queryString, int start, int limit) @NotNull BitbucketPageEntity<BitbucketResourceEntity>
BitbucketApiServiceImpl.findRepositories
(@NotNull String username, @NotNull String password, @Nullable String queryString, int start, int limit) -
Uses of BitbucketPageEntity in com.atlassian.bamboo.plugins.bitbucket.rest.entity
Modifier and TypeMethodDescriptionstatic <T> BitbucketPageEntity<T>
BitbucketPageEntity.singlePage
(Iterable<T> values)