Uses of Class
org.kohsuke.github.GHAsset
-
Packages that use GHAsset Package Description org.kohsuke.github -
-
Uses of GHAsset in org.kohsuke.github
Methods in org.kohsuke.github that return GHAsset Modifier and Type Method Description GHAssetGHRelease. 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.GHAssetGHRelease. uploadAsset(String filename, InputStream stream, String contentType)Upload asset gh asset.static GHAsset[]GHAsset. wrap(GHAsset[] assets, GHRelease release)Wrap gh asset [ ].Methods in org.kohsuke.github that return types with arguments of type GHAsset Modifier and Type Method Description List<GHAsset>GHRelease. assets()Deprecated.This should be the default behavior ofGHRelease.getAssets()in a future release.List<GHAsset>GHRelease. getAssets()Deprecated.The behavior of this method will change in a future release.PagedIterable<GHAsset>GHRelease. listAssets()Re-fetch the assets of this release.Methods in org.kohsuke.github with parameters of type GHAsset Modifier and Type Method Description static GHAsset[]GHAsset. wrap(GHAsset[] assets, GHRelease release)Wrap gh asset [ ].
-