Uses of Class
org.kohsuke.github.GHAsset

Packages that use GHAsset
org.kohsuke.github   
 

Uses of GHAsset in org.kohsuke.github
 

Methods in org.kohsuke.github that return GHAsset
 GHAsset GHRelease.uploadAsset(File file, String contentType)
          Because github relies on SNI (http://en.wikipedia.org/wiki/Server_Name_Indication) this method will only work on Java 7 or greater.
static GHAsset[] GHAsset.wrap(GHAsset[] assets, GHRelease release)
           
 

Methods in org.kohsuke.github that return types with arguments of type GHAsset
 List<GHAsset> GHRelease.getAssets()
           
 

Methods in org.kohsuke.github with parameters of type GHAsset
static GHAsset[] GHAsset.wrap(GHAsset[] assets, GHRelease release)
           
 



Copyright © 2014. All rights reserved.