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

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

Uses of BitbucketResourceEntity in com.atlassian.bamboo.plugins.hg.bitbucket
 

Methods in com.atlassian.bamboo.plugins.hg.bitbucket that return types with arguments of type BitbucketResourceEntity
static com.google.common.base.Function<BitbucketResourceEntity,java.lang.String> BitbucketFunctions.getRepositorySlug()
           
static com.google.common.base.Predicate<BitbucketResourceEntity> BitbucketFunctions.isRepositorySlugEqualTo(java.lang.String slug)
           
 

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

Methods in com.atlassian.bamboo.plugins.hg.bitbucket.api that return types with arguments of type BitbucketResourceEntity
 java.util.List<BitbucketResourceEntity> BitbucketApiService.getPublicRepositories(java.lang.String username)
          Return a list of public repositories that user has access to.
 java.util.List<BitbucketResourceEntity> BitbucketApiService.getRepositories(java.lang.String username, java.lang.String password)
          Retrieve list of all repositories accessible to Bitbucket user
 

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

Methods in com.atlassian.bamboo.plugins.hg.bitbucket.api.rest.entity that return BitbucketResourceEntity
 BitbucketResourceEntity BitbucketResourceEntity.Builder.build()
           
 

Methods in com.atlassian.bamboo.plugins.hg.bitbucket.api.rest.entity that return types with arguments of type BitbucketResourceEntity
 java.util.List<BitbucketResourceEntity> BitbucketUserResponse.getRepositories()
           
 java.util.List<BitbucketResourceEntity> BitbucketUserRepositoriesResponse.getRepositories()
           
static com.google.common.collect.Ordering<BitbucketResourceEntity> BitbucketResourceEntity.orderingByOwnerSlug()
           
 

Methods in com.atlassian.bamboo.plugins.hg.bitbucket.api.rest.entity with parameters of type BitbucketResourceEntity
 BitbucketUserResponse.Builder BitbucketUserResponse.Builder.repository(BitbucketResourceEntity repository)
           
 

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

Methods in com.atlassian.bamboo.plugins.hg.bitbucket.impl that return types with arguments of type BitbucketResourceEntity
 java.util.List<BitbucketResourceEntity> BitbucketApiServiceImpl.getPublicRepositories(java.lang.String username)
           
 java.util.List<BitbucketResourceEntity> BitbucketApiServiceImpl.getRepositories(java.lang.String username, java.lang.String password)
           
 

Uses of BitbucketResourceEntity in com.atlassian.bamboo.plugins.hg.rest.entity
 

Method parameters in com.atlassian.bamboo.plugins.hg.rest.entity with type arguments of type BitbucketResourceEntity
 void ListRepositoriesResponse.setRepositories(java.util.List<BitbucketResourceEntity> repositories)
           
 



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