Uses of Class
org.kohsuke.github.GHTree
-
Uses of GHTree in org.kohsuke.github
Modifier and TypeMethodDescriptionGHTreeEntry.asTree()
If this tree entry represents a directory, then return it.GHTreeBuilder.create()
Creates a tree based on the parameters specified thus far.GHCommit.getTree()
Use this method to walk the tree.Retrieve a tree of the given type for the current GitHub repository.GHRepository.getTreeRecursive
(String sha, int recursive) Retrieves the tree for the current GitHub repository, recursively as described in here: https://developer.github.com/v3/git/trees/#get-a-tree-recursively