| Package | Description |
|---|---|
| org.kohsuke.github |
| Modifier and Type | Method and Description |
|---|---|
GHContent |
GHContentUpdateResponse.getContent() |
GHContent |
GHRepository.getFileContent(java.lang.String path) |
GHContent |
GHRepository.getFileContent(java.lang.String path,
java.lang.String ref) |
GHContent |
GHRepository.getLicenseContent()
Deprecated.
|
GHContent |
GHRepository.getReadme()
https://developer.github.com/v3/repos/contents/#get-the-readme
|
static GHContent[] |
GHContent.wrap(GHContent[] contents,
GHRepository repository) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<GHContent> |
GHRepository.getDirectoryContent(java.lang.String path) |
java.util.List<GHContent> |
GHRepository.getDirectoryContent(java.lang.String path,
java.lang.String ref) |
PagedIterable<GHContent> |
GHContent.listDirectoryContent()
List immediate children of this directory.
|
| Modifier and Type | Method and Description |
|---|---|
static GHContent[] |
GHContent.wrap(GHContent[] contents,
GHRepository repository) |
Copyright © 2016. All Rights Reserved.