| Package | Description |
|---|---|
| org.kohsuke.github |
| Modifier and Type | Method and Description |
|---|---|
GHTreeBuilder |
GHTreeBuilder.baseTree(String baseTree) |
GHTreeBuilder |
GHRepository.createTree() |
GHTreeBuilder |
GHTreeBuilder.entry(String path,
String mode,
String type,
String sha,
String content)
Adds a new entry to the tree.
|
GHTreeBuilder |
GHTreeBuilder.shaEntry(String path,
String sha,
boolean executable)
Specialized version of
entry(String, String, String, String, String) for adding an existing blob referred by its SHA. |
GHTreeBuilder |
GHTreeBuilder.textEntry(String path,
String content,
boolean executable)
Specialized version of
entry(String, String, String, String, String) for adding a text file with the specified content. |
Copyright © 2018. All rights reserved.