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>
RepositoryClient. getTree(String sha)
Get a repository tree. -
Uses of Tree in com.spotify.github.v3.git
Classes in com.spotify.github.v3.git that implement Tree Modifier and Type Class Description class
ImmutableTree
Immutable implementation ofTree
.Methods in com.spotify.github.v3.git with parameters of type Tree Modifier and Type Method Description static ImmutableTree
ImmutableTree. copyOf(Tree instance)
Creates an immutable copy of aTree
value.ImmutableTree.Builder
ImmutableTree.Builder. from(Tree instance)
Fill a builder with attribute values from the providedcom.spotify.github.v3.git.Tree
instance.
-