Uses of Class
com.atlassian.bamboo.plugins.bitbucket.api.rest.entity.node.BitbucketNodeEntity
-
-
Uses of BitbucketNodeEntity in com.atlassian.bamboo.plugins.bitbucket.api
Methods in com.atlassian.bamboo.plugins.bitbucket.api that return BitbucketNodeEntity Modifier and Type Method Description @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.Methods in com.atlassian.bamboo.plugins.bitbucket.api that return types with arguments of type BitbucketNodeEntity 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 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 BitbucketNodeEntity Modifier and Type Method Description static 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)
Methods in com.atlassian.bamboo.plugins.bitbucket.api.rest.entity.node that return types with arguments of type BitbucketNodeEntity Modifier and Type Method Description NamedEntity<BitbucketNodeEntity>
BitbucketNodeEntityAdapter. createNamedEntity(@NotNull String name, @NotNull BitbucketNodeEntity value)
Class<BitbucketNodeEntity>
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 BitbucketNodeEntity Modifier and Type Method Description NamedEntity<BitbucketNodeEntity>
BitbucketNodeEntityAdapter. createNamedEntity(@NotNull String name, @NotNull BitbucketNodeEntity value)
Method parameters in com.atlassian.bamboo.plugins.bitbucket.api.rest.entity.node with type arguments of type BitbucketNodeEntity Modifier and Type Method Description static BitbucketNodeEntity
BitbucketNodeNamedEntity. extract(NamedEntity<BitbucketNodeEntity> entity)
Constructors in com.atlassian.bamboo.plugins.bitbucket.api.rest.entity.node with parameters of type BitbucketNodeEntity Constructor Description BitbucketNodeNamedEntity(String name, BitbucketNodeEntity value)
-
Uses of BitbucketNodeEntity in com.atlassian.bamboo.plugins.bitbucket.impl
Methods in com.atlassian.bamboo.plugins.bitbucket.impl that return BitbucketNodeEntity Modifier and Type Method Description @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)
Methods in com.atlassian.bamboo.plugins.bitbucket.impl that return types with arguments of type BitbucketNodeEntity 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 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 BitbucketNodeEntity Modifier and Type Method Description void
ListBranchesResponse. setBranches(List<BitbucketNodeEntity> branches)
-