Uses of Class
org.kohsuke.github.GHBranch
-
Packages that use GHBranch Package Description org.kohsuke.github -
-
Uses of GHBranch in org.kohsuke.github
Methods in org.kohsuke.github that return GHBranch Modifier and Type Method Description GHBranchGHRepository. getBranch(String name)Gets branch.Methods in org.kohsuke.github that return types with arguments of type GHBranch Modifier and Type Method Description Map<String,GHBranch>GHRepository. getBranches()Gets branches by their names.PagedIterable<GHBranch>GHCommit. listBranchesWhereHead()Retrieves a list of branches where this commit is the head commit.Methods in org.kohsuke.github with parameters of type GHBranch Modifier and Type Method Description GHCompareGHRepository. getCompare(GHBranch id1, GHBranch id2)Gets compare.GHCommitGHBranch. merge(GHBranch headBranch, String commitMessage)Merge a branch into this branch.
-