Uses of Class
org.kohsuke.github.GHTreeBuilder
-
Uses of GHTreeBuilder in org.kohsuke.github
Modifier 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.