Uses of Class
com.atlassian.bamboo.plugins.git.github.api.rest.entity.GitHubBranchEntity
-
Packages that use GitHubBranchEntity Package Description 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 types with arguments of type GitHubBranchEntity Modifier and Type Method Description 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 Modifier and Type Method Description voidListBranchesResponse. setBranches(List<GitHubBranchEntity> branches)
-