Uses of Class
com.atlassian.bamboo.plugins.bitbucket.api.rest.entity.node.BitbucketNodeEntity
Packages that use BitbucketNodeEntity
Package
Description
-
Uses of BitbucketNodeEntity in com.atlassian.bamboo.plugins.bitbucket.api
Methods in com.atlassian.bamboo.plugins.bitbucket.api that return BitbucketNodeEntityModifier and TypeMethodDescription@NotNull BitbucketNodeEntityBitbucketApiService.getBranch(@NotNull String owner, @NotNull String slug, @NotNull String branch, @Nullable String username, @Nullable String password) Returns a branch of a repository if it exists, throws exception (404) if not.@NotNull BitbucketNodeEntityBitbucketApiService.getDefaultBranch(@NotNull String owner, @NotNull String slug, @Nullable String username, @Nullable String password) Fetch default branch of a repository.Methods in com.atlassian.bamboo.plugins.bitbucket.api that return types with arguments of type BitbucketNodeEntityModifier 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 List<BitbucketNodeEntity> BitbucketApiService.getBranches(@NotNull String owner, @NotNull String slug, @NotNull String username, @Nullable String password) Retrieve list of all branches for given repository -
Uses of BitbucketNodeEntity in com.atlassian.bamboo.plugins.bitbucket.api.rest.entity.node
Methods in com.atlassian.bamboo.plugins.bitbucket.api.rest.entity.node that return BitbucketNodeEntityModifier and TypeMethodDescriptionstatic BitbucketNodeEntityBitbucketNodeNamedEntity.extract(NamedEntity<BitbucketNodeEntity> entity) static @Nullable BitbucketNodeEntityBitbucketNodeEntity.from(@NotNull org.json.JSONObject json) Convert plain JSON object to BitbucketNodeEntity.static BitbucketNodeEntityBitbucketNodeEntity.mainBranchOf(org.json.JSONObject json) Methods in com.atlassian.bamboo.plugins.bitbucket.api.rest.entity.node that return types with arguments of type BitbucketNodeEntityModifier and TypeMethodDescriptionBitbucketNodeEntityAdapter.createNamedEntity(@NotNull String name, @NotNull BitbucketNodeEntity value) BitbucketNodeEntityAdapter.getEntityType()static com.google.common.collect.Ordering<BitbucketNodeEntity> BitbucketNodeEntity.orderingByBranchName()Methods in com.atlassian.bamboo.plugins.bitbucket.api.rest.entity.node with parameters of type BitbucketNodeEntityModifier and TypeMethodDescriptionBitbucketNodeEntityAdapter.createNamedEntity(@NotNull String name, @NotNull BitbucketNodeEntity value) Method parameters in com.atlassian.bamboo.plugins.bitbucket.api.rest.entity.node with type arguments of type BitbucketNodeEntityModifier and TypeMethodDescriptionstatic BitbucketNodeEntityBitbucketNodeNamedEntity.extract(NamedEntity<BitbucketNodeEntity> entity) Constructors in com.atlassian.bamboo.plugins.bitbucket.api.rest.entity.node with parameters of type BitbucketNodeEntity -
Uses of BitbucketNodeEntity in com.atlassian.bamboo.plugins.bitbucket.impl
Methods in com.atlassian.bamboo.plugins.bitbucket.impl that return BitbucketNodeEntityModifier and TypeMethodDescription@NotNull BitbucketNodeEntityBitbucketApiServiceImpl.getBranch(@NotNull String owner, @NotNull String slug, @NotNull String branch, String username, String password) @NotNull BitbucketNodeEntityBitbucketApiServiceImpl.getDefaultBranch(@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 BitbucketNodeEntityModifier 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 List<BitbucketNodeEntity> BitbucketApiServiceImpl.getBranches(@NotNull String owner, @NotNull String slug, @NotNull String username, @Nullable String password) JAXB binding cannot be used in this method as Bitbucket returns JSON with node names containing characters which cannot be used as XML element names. -
Uses of BitbucketNodeEntity in com.atlassian.bamboo.plugins.bitbucket.rest.entity
Method parameters in com.atlassian.bamboo.plugins.bitbucket.rest.entity with type arguments of type BitbucketNodeEntityModifier and TypeMethodDescriptionvoidListBranchesResponse.setBranches(List<BitbucketNodeEntity> branches)