Modifier and Type | Method and Description |
---|---|
List<BitbucketNodeEntity> |
BitbucketApiService.getBranches(String owner,
String slug,
String username,
String password)
Retrieve list of branches for given repository
|
Modifier and Type | Method and Description |
---|---|
static BitbucketNodeEntity |
BitbucketNodeNamedEntity.extract(NamedEntity<BitbucketNodeEntity> entity) |
static BitbucketNodeEntity |
BitbucketNodeEntity.from(com.opensymphony.webwork.dispatcher.json.JSONObject json)
Convert plain JSON object to BitbucketNodeEntity.
|
Modifier and Type | Method and Description |
---|---|
NamedEntity<BitbucketNodeEntity> |
BitbucketNodeEntityAdapter.createNamedEntity(String name,
BitbucketNodeEntity value) |
Class<BitbucketNodeEntity> |
BitbucketNodeEntityAdapter.getEntityType() |
static com.google.common.collect.Ordering<BitbucketNodeEntity> |
BitbucketNodeEntity.orderingByBranchName() |
Modifier and Type | Method and Description |
---|---|
NamedEntity<BitbucketNodeEntity> |
BitbucketNodeEntityAdapter.createNamedEntity(String name,
BitbucketNodeEntity value) |
Modifier and Type | Method and Description |
---|---|
static BitbucketNodeEntity |
BitbucketNodeNamedEntity.extract(NamedEntity<BitbucketNodeEntity> entity) |
Constructor and Description |
---|
BitbucketNodeNamedEntity(String name,
BitbucketNodeEntity value) |
Modifier and Type | Method and Description |
---|---|
List<BitbucketNodeEntity> |
BitbucketApiServiceImpl.getBranches(String owner,
String slug,
String username,
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.
|
Modifier and Type | Method and Description |
---|---|
void |
ListBranchesResponse.setBranches(List<BitbucketNodeEntity> branches) |
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.