| Package | Description |
|---|---|
| org.kohsuke.github |
| Modifier and Type | Method and Description |
|---|---|
GHContent |
GHContentUpdateResponse.getContent() |
GHContent |
GHRepository.getFileContent(String path) |
GHContent |
GHRepository.getFileContent(String path,
String ref) |
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 |
|---|---|
List<GHContent> |
GHRepository.getDirectoryContent(String path) |
List<GHContent> |
GHRepository.getDirectoryContent(String path,
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.