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 classRtBranchGit branch implementation.Methods in com.jcabi.github that return Branch Modifier and Type Method Description BranchBranches. 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 classMkBranchMock Git branch.Methods in com.jcabi.github.mock that return Branch Modifier and Type Method Description BranchMkBranches. create(String name, String sha)Creates a new branch.BranchMkBranches. find(String name)BranchMkBranches. 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()
-