Uses of Interface
com.jcabi.github.Branch
-
Packages that use Branch Package Description com.jcabi.github Object Oriented Github API.com.jcabi.github.mock Mock Github server. -
-
Uses of Branch in com.jcabi.github
Classes in com.jcabi.github that implement Branch Modifier and Type Class Description class
RtBranch
Git branch implementation.Methods in com.jcabi.github that return Branch Modifier and Type Method Description Branch
Branches. find(String name)
Find branches by name.Methods in com.jcabi.github that return types with arguments of type Branch Modifier and Type Method Description Iterable<Branch>
Branches. iterate()
Iterate over all branches in the repo. -
Uses of Branch in com.jcabi.github.mock
Classes in com.jcabi.github.mock that implement Branch Modifier and Type Class Description class
MkBranch
Mock Git branch.Methods in com.jcabi.github.mock that return Branch Modifier and Type Method Description Branch
MkBranches. create(String name, String sha)
Creates a new branch.Branch
MkBranches. find(String name)
Branch
MkBranches. get(String name)
Gets a branch by name.Methods in com.jcabi.github.mock that return types with arguments of type Branch Modifier and Type Method Description Iterable<Branch>
MkBranches. iterate()
-