Uses of Interface
com.spotify.github.v3.git.Tree
-
Packages that use Tree Package Description com.spotify.github.v3.clients com.spotify.github.v3.git -
-
Uses of Tree in com.spotify.github.v3.clients
Methods in com.spotify.github.v3.clients that return types with arguments of type Tree Modifier and Type Method Description CompletableFuture<Tree>GitDataClient. createTree(List<TreeItem> tree, String baseTreeSha)Set a repository tree.CompletableFuture<Tree>GitDataClient. getRecursiveTree(String sha)Get a repository tree recursively.CompletableFuture<Tree>GitDataClient. getTree(String sha)Get a repository tree.CompletableFuture<Tree>RepositoryClient. getTree(String sha)Deprecated.UseGitDataClient.getTree(String)instead -
Uses of Tree in com.spotify.github.v3.git
Classes in com.spotify.github.v3.git that implement Tree Modifier and Type Class Description classImmutableTreeImmutable implementation ofTree.Methods in com.spotify.github.v3.git with parameters of type Tree Modifier and Type Method Description static ImmutableTreeImmutableTree. copyOf(Tree instance)Creates an immutable copy of aTreevalue.ImmutableTree.BuilderImmutableTree.Builder. from(Tree instance)Fill a builder with attribute values from the providedcom.spotify.github.v3.git.Treeinstance.
-