Uses of Class
org.kohsuke.github.GHContent
-
Packages that use GHContent Package Description org.kohsuke.github -
-
Uses of GHContent in org.kohsuke.github
Methods in org.kohsuke.github that return GHContent Modifier and Type Method Description GHContentGHContentUpdateResponse. getContent()Gets content.GHContentGHRepository. getFileContent(String path)Gets file content.GHContentGHRepository. getFileContent(String path, String ref)Gets file content.GHContentGHRepository. getLicenseContent()Retrieves the contents of the repository's license file - makes an additional API callGHContentGHRepository. getReadme()https://developer.github.com/v3/repos/contents/#get-the-readmestatic GHContent[]GHContent. wrap(GHContent[] contents, GHRepository repository)Wrap gh content [ ].Methods in org.kohsuke.github that return types with arguments of type GHContent Modifier and Type Method Description List<GHContent>GHRepository. getDirectoryContent(String path)Gets directory content.List<GHContent>GHRepository. getDirectoryContent(String path, String ref)Gets directory content.PagedIterable<GHContent>GHContent. listDirectoryContent()List immediate children of this directory.Methods in org.kohsuke.github with parameters of type GHContent Modifier and Type Method Description static GHContent[]GHContent. wrap(GHContent[] contents, GHRepository repository)Wrap gh content [ ].
-