Uses of Class
org.kohsuke.github.GHContent
Packages that use GHContent
-
Uses of GHContent in org.kohsuke.github
Methods in org.kohsuke.github that return GHContentModifier 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-readmeMethods in org.kohsuke.github that return types with arguments of type GHContentModifier 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.