| 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() |
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 © 2014. All rights reserved.