Uses of Class
org.kohsuke.github.GHContent

Packages that use GHContent
org.kohsuke.github   
 

Uses of GHContent in org.kohsuke.github
 

Methods in org.kohsuke.github that return GHContent
 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)
           
 

Methods in org.kohsuke.github that return types with arguments of type GHContent
 List<GHContent> GHRepository.getDirectoryContent(String path)
           
 List<GHContent> GHRepository.getDirectoryContent(String path, String ref)
           
 PagedIterable<GHContent> GHContent.listDirectoryContent()
          List immediate children of this directory.
 

Methods in org.kohsuke.github with parameters of type GHContent
static GHContent[] GHContent.wrap(GHContent[] contents, GHRepository repository)
           
 



Copyright © 2014. All rights reserved.