Uses of Class
org.kohsuke.github.GHTreeBuilder
Packages that use GHTreeBuilder
-
Uses of GHTreeBuilder in org.kohsuke.github
Methods in org.kohsuke.github that return GHTreeBuilderModifier and TypeMethodDescriptionAdds a new entry with the given binary content to the tree.Adds a new entry with the given text content to the tree.Base tree gh tree builder.GHRepository.createTree()
Create tree gh tree builder.Removes an entry with the given path from base tree.Deprecated.Deprecated.useadd(String, String, boolean)
oradd(String, byte[], boolean)
instead.
add(String, String, boolean)
oradd(String, byte[], boolean)
instead.