Uses of Class
org.kohsuke.github.GHRef
-
Packages that use GHRef Package Description org.kohsuke.github -
-
Uses of GHRef in org.kohsuke.github
Methods in org.kohsuke.github that return GHRef Modifier and Type Method Description GHRefGHRepository. createRef(String name, String sha)Creates a named ref, such as tag, branch, etc.GHRefGHRepository. getRef(String refName)Retrive a ref of the given type for the current GitHub repository.GHRef[]GHRepository. getRefs()Retrieves all refs for the github repository.GHRef[]GHRepository. getRefs(String refType)Retrieves all refs of the given type for the current GitHub repository.Methods in org.kohsuke.github that return types with arguments of type GHRef Modifier and Type Method Description PagedIterable<GHRef>GHRepository. listRefs()Retrieves all refs for the github repository.PagedIterable<GHRef>GHRepository. listRefs(String refType)Retrieves all refs of the given type for the current GitHub repository.
-