Uses of Class
com.atlassian.bamboo.plugins.git.github.api.rest.entity.GitHubRepositoryEntity

Packages that use GitHubRepositoryEntity
com.atlassian.bamboo.plugins.git.github.api.rest.entity   
com.atlassian.bamboo.plugins.git.rest.entity   
 

Uses of GitHubRepositoryEntity in com.atlassian.bamboo.plugins.git.github.api.rest.entity
 

Methods in com.atlassian.bamboo.plugins.git.github.api.rest.entity that return GitHubRepositoryEntity
 GitHubRepositoryEntity GitHubRepositoryEntity.Builder.build()
           
 

Methods in com.atlassian.bamboo.plugins.git.github.api.rest.entity that return types with arguments of type GitHubRepositoryEntity
static com.google.common.collect.Ordering<GitHubRepositoryEntity> GitHubRepositoryEntity.orderingByFullName()
           
 

Uses of GitHubRepositoryEntity in com.atlassian.bamboo.plugins.git.rest.entity
 

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



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