Uses of Class
com.atlassian.bamboo.plugins.bitbucket.api.rest.entity.BitbucketResourceEntity
Package
Description
-
Uses of BitbucketResourceEntity in com.atlassian.bamboo.plugins.bitbucket.api
Modifier and TypeMethodDescription@NotNull BitbucketResourceEntity
BitbucketApiService.getRepository
(@NotNull String owner, @NotNull String slug, @Nullable String username, @Nullable String password) Retrieve data about single Bitbucket repository.Modifier and TypeMethodDescription@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.@NotNull List<BitbucketResourceEntity>
BitbucketApiService.getPublicRepositories
(@NotNull String username) Return a list of all public repositories that user has access to.@NotNull List<BitbucketResourceEntity>
BitbucketApiService.getPublicRepositories
(@NotNull String username, @Nullable String queryString) Return a list of all public repositories that user has access to.@NotNull List<BitbucketResourceEntity>
BitbucketApiService.getRepositories
(@NotNull String username, @NotNull String password) Retrieve list of all repositories accessible to Bitbucket user@NotNull List<BitbucketResourceEntity>
BitbucketApiService.getRepositories
(@NotNull String username, @NotNull String password, @Nullable String queryString) Retrieve list of all repositories accessible to Bitbucket user -
Uses of BitbucketResourceEntity in com.atlassian.bamboo.plugins.bitbucket.api.rest.entity
Modifier and TypeMethodDescriptionBitbucketResourceEntity.Builder.build()
static BitbucketResourceEntity
BitbucketResourceEntity.from
(@NotNull com.opensymphony.webwork.dispatcher.json.JSONObject json) static BitbucketResourceEntity
BitbucketResourceEntity.fromPermissionEntry
(com.opensymphony.webwork.dispatcher.json.JSONObject json) Modifier and TypeMethodDescription@Nullable List<BitbucketResourceEntity>
BitbucketUserRepositoriesResponse.getRepositories()
BitbucketUserResponse.getRepositories()
static com.google.common.collect.Ordering<BitbucketResourceEntity>
BitbucketResourceEntity.orderingByRepositoryFullName()
Modifier and TypeMethodDescriptionBitbucketUserResponse.Builder.repository
(BitbucketResourceEntity repository) -
Uses of BitbucketResourceEntity in com.atlassian.bamboo.plugins.bitbucket.impl
Modifier and TypeMethodDescription@NotNull BitbucketResourceEntity
BitbucketApiServiceImpl.getRepository
(@NotNull String owner, @NotNull String slug, @Nullable String username, @Nullable String password) Modifier and TypeMethodDescription@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) @NotNull List<BitbucketResourceEntity>
BitbucketApiServiceImpl.getPublicRepositories
(@NotNull String username) @NotNull List<BitbucketResourceEntity>
BitbucketApiServiceImpl.getPublicRepositories
(@NotNull String username, @Nullable String queryString) @NotNull List<BitbucketResourceEntity>
BitbucketApiServiceImpl.getRepositories
(@NotNull String username, @NotNull String password) @NotNull List<BitbucketResourceEntity>
BitbucketApiServiceImpl.getRepositories
(@NotNull String username, @NotNull String password, @Nullable String queryString)