Uses of Class
org.kohsuke.github.GHRef
Packages that use GHRef
-
Uses of GHRef in org.kohsuke.github
Methods in org.kohsuke.github that return GHRefModifier and TypeMethodDescriptionCreates a named ref, such as tag, branch, etc.Retrieve a ref of the given type for the current GitHub repository.GHRef[]GHRepository.getRefs()Retrieves all refs for the github repository.GHRef[]Retrieves all refs of the given type for the current GitHub repository.Methods in org.kohsuke.github that return types with arguments of type GHRefModifier and TypeMethodDescriptionGHRepository.listRefs()Retrieves all refs for the github repository.Retrieves all refs of the given type for the current GitHub repository.