Uses of Class
com.atlassian.bamboo.plugins.bitbucket.api.rest.entity.BitbucketResourceEntity
-
Packages that use BitbucketResourceEntity Package Description com.atlassian.bamboo.plugins.bitbucket.api com.atlassian.bamboo.plugins.bitbucket.api.rest.entity com.atlassian.bamboo.plugins.bitbucket.impl -
-
Uses of BitbucketResourceEntity in com.atlassian.bamboo.plugins.bitbucket.api
Methods in com.atlassian.bamboo.plugins.bitbucket.api that return BitbucketResourceEntity Modifier and Type Method Description @NotNull BitbucketResourceEntityBitbucketApiService. getRepository(@NotNull String owner, @NotNull String slug, @Nullable String username, @Nullable String password)Retrieve data about single Bitbucket repository.Methods in com.atlassian.bamboo.plugins.bitbucket.api that return types with arguments of type BitbucketResourceEntity Modifier and Type Method Description @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
Methods in com.atlassian.bamboo.plugins.bitbucket.api.rest.entity that return BitbucketResourceEntity Modifier and Type Method Description BitbucketResourceEntityBitbucketResourceEntity.Builder. build()static BitbucketResourceEntityBitbucketResourceEntity. from(@NotNull com.opensymphony.webwork.dispatcher.json.JSONObject json)static BitbucketResourceEntityBitbucketResourceEntity. fromPermissionEntry(com.opensymphony.webwork.dispatcher.json.JSONObject json)Methods in com.atlassian.bamboo.plugins.bitbucket.api.rest.entity that return types with arguments of type BitbucketResourceEntity Modifier and Type Method Description @Nullable List<BitbucketResourceEntity>BitbucketUserRepositoriesResponse. getRepositories()List<BitbucketResourceEntity>BitbucketUserResponse. getRepositories()static com.google.common.collect.Ordering<BitbucketResourceEntity>BitbucketResourceEntity. orderingByRepositoryFullName()Methods in com.atlassian.bamboo.plugins.bitbucket.api.rest.entity with parameters of type BitbucketResourceEntity Modifier and Type Method Description BitbucketUserResponse.BuilderBitbucketUserResponse.Builder. repository(BitbucketResourceEntity repository) -
Uses of BitbucketResourceEntity in com.atlassian.bamboo.plugins.bitbucket.impl
Methods in com.atlassian.bamboo.plugins.bitbucket.impl that return BitbucketResourceEntity Modifier and Type Method Description @NotNull BitbucketResourceEntityBitbucketApiServiceImpl. getRepository(@NotNull String owner, @NotNull String slug, @Nullable String username, @Nullable String password)Methods in com.atlassian.bamboo.plugins.bitbucket.impl that return types with arguments of type BitbucketResourceEntity Modifier and Type Method Description @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)
-