Uses of Class
com.atlassian.bamboo.plugins.hg.bitbucket.api.rest.entity.node.BitbucketNodeEntity

Packages that use BitbucketNodeEntity
com.atlassian.bamboo.plugins.hg.bitbucket.api   
com.atlassian.bamboo.plugins.hg.bitbucket.api.rest.entity.node   
com.atlassian.bamboo.plugins.hg.bitbucket.impl   
com.atlassian.bamboo.plugins.hg.rest.entity   
 

Uses of BitbucketNodeEntity in com.atlassian.bamboo.plugins.hg.bitbucket.api
 

Methods in com.atlassian.bamboo.plugins.hg.bitbucket.api that return types with arguments of type BitbucketNodeEntity
 java.util.List<BitbucketNodeEntity> BitbucketApiService.getBranches(java.lang.String repositoryName, java.lang.String username, java.lang.String password)
          Retrieve list of branches for given repository
 java.util.List<BitbucketNodeEntity> BitbucketApiService.getBranches(java.lang.String owner, java.lang.String slug, java.lang.String username, java.lang.String password)
          Retrieve list of branches for given repository
 

Uses of BitbucketNodeEntity in com.atlassian.bamboo.plugins.hg.bitbucket.api.rest.entity.node
 

Methods in com.atlassian.bamboo.plugins.hg.bitbucket.api.rest.entity.node that return BitbucketNodeEntity
static BitbucketNodeEntity BitbucketNodeEntity.from(com.opensymphony.webwork.dispatcher.json.JSONObject json)
          Convert plain JSON object to BitbucketNodeEntity.
 

Methods in com.atlassian.bamboo.plugins.hg.bitbucket.api.rest.entity.node that return types with arguments of type BitbucketNodeEntity
 NamedEntity<BitbucketNodeEntity> BitbucketNodeEntityAdapter.createNamedEntity(java.lang.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()
           
 java.lang.Class<BitbucketNodeEntity> BitbucketNodeEntityAdapter.getEntityType()
           
static com.google.common.collect.Ordering<BitbucketNodeEntity> BitbucketNodeEntity.orderingByBranchName()
           
 

Methods in com.atlassian.bamboo.plugins.hg.bitbucket.api.rest.entity.node with parameters of type BitbucketNodeEntity
 NamedEntity<BitbucketNodeEntity> BitbucketNodeEntityAdapter.createNamedEntity(java.lang.String name, BitbucketNodeEntity value)
           
 

Constructors in com.atlassian.bamboo.plugins.hg.bitbucket.api.rest.entity.node with parameters of type BitbucketNodeEntity
BitbucketNodeNamedEntity(java.lang.String name, BitbucketNodeEntity value)
           
 

Uses of BitbucketNodeEntity in com.atlassian.bamboo.plugins.hg.bitbucket.impl
 

Methods in com.atlassian.bamboo.plugins.hg.bitbucket.impl that return types with arguments of type BitbucketNodeEntity
 java.util.List<BitbucketNodeEntity> BitbucketApiServiceImpl.getBranches(java.lang.String repositoryName, java.lang.String username, java.lang.String password)
           
 java.util.List<BitbucketNodeEntity> BitbucketApiServiceImpl.getBranches(java.lang.String owner, java.lang.String slug, java.lang.String username, java.lang.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.hg.rest.entity
 

Method parameters in com.atlassian.bamboo.plugins.hg.rest.entity with type arguments of type BitbucketNodeEntity
 void ListBranchesResponse.setBranches(java.util.List<BitbucketNodeEntity> branches)
           
 



Copyright © 2014 Atlassian Software Systems Pty Ltd. All Rights Reserved.