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

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

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

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

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

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

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



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