Uses of Class
com.atlassian.bamboo.plugins.bitbucket.rest.entity.BitbucketPageEntity
-
Packages that use BitbucketPageEntity Package Description com.atlassian.bamboo.plugins.bitbucket.api com.atlassian.bamboo.plugins.bitbucket.impl com.atlassian.bamboo.plugins.bitbucket.rest.entity -
-
Uses of BitbucketPageEntity in com.atlassian.bamboo.plugins.bitbucket.api
Methods in com.atlassian.bamboo.plugins.bitbucket.api that return BitbucketPageEntity Modifier and Type Method Description @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
Methods in com.atlassian.bamboo.plugins.bitbucket.impl that return BitbucketPageEntity Modifier and Type Method Description @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
Methods in com.atlassian.bamboo.plugins.bitbucket.rest.entity that return BitbucketPageEntity Modifier and Type Method Description static <T> BitbucketPageEntity<T>
BitbucketPageEntity. singlePage(Iterable<T> values)
-