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 GHTreeGHTreeEntry. asTree()If this tree entry represents a directory, then return it.GHTreeGHTreeBuilder. create()Creates a tree based on the parameters specified thus far.GHTreeGHCommit. getTree()Use this method to walk the tree.GHTreeGHRepository. getTree(String sha)Retrieve a tree of the given type for the current GitHub repository.GHTreeGHRepository. 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
-