Uses of Class
org.kohsuke.github.GHTreeEntry
-
Packages that use GHTreeEntry Package Description org.kohsuke.github -
-
Uses of GHTreeEntry in org.kohsuke.github
Methods in org.kohsuke.github that return GHTreeEntry Modifier and Type Method Description GHTreeEntry
GHTree. getEntry(String path)
Finds a tree entry by its name.Methods in org.kohsuke.github that return types with arguments of type GHTreeEntry Modifier and Type Method Description List<GHTreeEntry>
GHTree. getTree()
Return an array of entries of the trees
-