Uses of Class
org.kohsuke.github.GHContent
-
Uses of GHContent in org.kohsuke.github
Modifier and TypeMethodDescriptionGHContentUpdateResponse.getContent()
Gets content.GHRepository.getFileContent
(String path) Gets file content.GHRepository.getFileContent
(String path, String ref) Gets file content.GHRepository.getLicenseContent()
Retrieves the contents of the repository's license file - makes an additional API call.GHRepository.getReadme()
https://developer.github.com/v3/repos/contents/#get-the-readmeModifier and TypeMethodDescriptionGHRepository.getDirectoryContent
(String path) Gets directory content.GHRepository.getDirectoryContent
(String path, String ref) Gets directory content.GHContent.listDirectoryContent()
List immediate children of this directory.