Uses of Class
org.kohsuke.github.GHTree
-
Packages that use GHTree Package Description org.kohsuke.github -
-
Uses of GHTree in org.kohsuke.github
Methods in org.kohsuke.github that return GHTree Modifier and Type Method Description GHTree
GHTreeEntry. asTree()
If this tree entry represents a directory, then return it.GHTree
GHTreeBuilder. create()
Creates a tree based on the parameters specified thus far.GHTree
GHCommit. getTree()
Use this method to walk the tree.GHTree
GHRepository. getTree(String sha)
Retrive a tree of the given type for the current GitHub repository.GHTree
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
-