Uses of Class
org.kohsuke.github.GHTree

Packages that use GHTree
Package
Description
 
  • Uses of GHTree in org.kohsuke.github

    Methods in org.kohsuke.github that return GHTree
    Modifier and Type
    Method
    Description
    GHTreeEntry.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.
    GHRepository.getTree(String sha)
    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