| Package | Description |
|---|---|
| org.kohsuke.github |
| Modifier and Type | Method and Description |
|---|---|
GHTreeBuilder |
GHTreeBuilder.add(String path,
byte[] content,
boolean executable)
Adds a new entry with the given binary content to the tree.
|
GHTreeBuilder |
GHTreeBuilder.add(String path,
String content,
boolean executable)
Adds a new entry with the given text content to the tree.
|
GHTreeBuilder |
GHTreeBuilder.baseTree(String baseTree)
Base tree gh tree builder.
|
GHTreeBuilder |
GHRepository.createTree()
Create tree gh tree builder.
|
GHTreeBuilder |
GHTreeBuilder.entry(String path,
String mode,
String type,
String sha,
String content)
Deprecated.
use
add(String, String, boolean) or add(String, byte[], boolean) instead. |
GHTreeBuilder |
GHTreeBuilder.shaEntry(String path,
String sha,
boolean executable)
Deprecated.
use
add(String, String, boolean) or add(String, byte[], boolean) instead. |
GHTreeBuilder |
GHTreeBuilder.textEntry(String path,
String content,
boolean executable)
Deprecated.
use
add(String, String, boolean) or add(String, byte[], boolean) instead. |
Copyright © 2020. All rights reserved.