| Modifier and Type | Method and Description |
|---|---|
List<BitbucketNodeEntity> |
BitbucketApiService.getBranches(String repositoryName,
String username,
String password)
Retrieve list of branches for given repository
|
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 |
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) |
static com.google.common.base.Function<NamedEntity<? extends BitbucketNodeEntity>,BitbucketNodeEntity> |
BitbucketNodeNamedEntity.extract() |
static com.google.common.base.Function<NamedEntity<? extends BitbucketNodeEntity>,BitbucketNodeEntity> |
BitbucketNodeNamedEntity.extract() |
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) |
| Constructor and Description |
|---|
BitbucketNodeNamedEntity(String name,
BitbucketNodeEntity value) |
| Modifier and Type | Method and Description |
|---|---|
List<BitbucketNodeEntity> |
BitbucketApiServiceImpl.getBranches(String repositoryName,
String username,
String password) |
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 © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.