Uses of Class
org.kohsuke.github.GHAsset
-
Uses of GHAsset in org.kohsuke.github
Modifier and TypeMethodDescriptionGHRelease.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.GHRelease.uploadAsset
(String filename, InputStream stream, String contentType) Upload asset gh asset.static GHAsset[]
Wrap gh asset [ ].Modifier and TypeMethodDescriptionGHRelease.getAssets()
Get the cached assets.GHRelease.listAssets()
Re-fetch the assets of this release.