Uses of Class
com.atlassian.bamboo.plugins.bitbucket.api.rest.entity.node.BitbucketNodeEntity
Package
Description
-
Uses of BitbucketNodeEntity in com.atlassian.bamboo.plugins.bitbucket.api
Modifier and TypeMethodDescription@NotNull BitbucketNodeEntity
BitbucketApiService.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 BitbucketNodeEntity
BitbucketApiService.getDefaultBranch
(@NotNull String owner, @NotNull String slug, @Nullable String username, @Nullable String password) Fetch default branch of a repository.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 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
Modifier and TypeMethodDescriptionstatic BitbucketNodeEntity
BitbucketNodeNamedEntity.extract
(NamedEntity<BitbucketNodeEntity> entity) static @Nullable BitbucketNodeEntity
BitbucketNodeEntity.from
(@NotNull com.opensymphony.webwork.dispatcher.json.JSONObject json) Convert plain JSON object to BitbucketNodeEntity.static BitbucketNodeEntity
BitbucketNodeEntity.mainBranchOf
(com.opensymphony.webwork.dispatcher.json.JSONObject json) Modifier and TypeMethodDescriptionBitbucketNodeEntityAdapter.createNamedEntity
(@NotNull String name, @NotNull BitbucketNodeEntity value) BitbucketNodeEntityAdapter.getEntityType()
static com.google.common.collect.Ordering<BitbucketNodeEntity>
BitbucketNodeEntity.orderingByBranchName()
Modifier and TypeMethodDescriptionBitbucketNodeEntityAdapter.createNamedEntity
(@NotNull String name, @NotNull BitbucketNodeEntity value) Modifier and TypeMethodDescriptionstatic BitbucketNodeEntity
BitbucketNodeNamedEntity.extract
(NamedEntity<BitbucketNodeEntity> entity) -
Uses of BitbucketNodeEntity in com.atlassian.bamboo.plugins.bitbucket.impl
Modifier and TypeMethodDescription@NotNull BitbucketNodeEntity
BitbucketApiServiceImpl.getBranch
(@NotNull String owner, @NotNull String slug, @NotNull String branch, String username, String password) @NotNull BitbucketNodeEntity
BitbucketApiServiceImpl.getDefaultBranch
(@NotNull String owner, @NotNull String slug, @Nullable String username, @Nullable String password) 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 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
Modifier and TypeMethodDescriptionvoid
ListBranchesResponse.setBranches
(List<BitbucketNodeEntity> branches)