Uses of Class
org.kohsuke.github.GHBranch
Packages that use GHBranch
-
Uses of GHBranch in org.kohsuke.github
Methods in org.kohsuke.github that return GHBranchMethods in org.kohsuke.github that return types with arguments of type GHBranchModifier and TypeMethodDescriptionGHRepository.getBranches()
Gets branches by their names.GHCommit.listBranchesWhereHead()
Retrieves a list of branches where this commit is the head commit.Methods in org.kohsuke.github with parameters of type GHBranchModifier and TypeMethodDescriptionBase gh pull request search builder.GHRepository.getCompare
(GHBranch id1, GHBranch id2) Gets compare.Head gh pull request search builder.Merge a branch into this branch.