| Package | Description |
|---|---|
| org.kohsuke.github |
| Modifier and Type | Method and Description |
|---|---|
GHAsset |
GHRelease.uploadAsset(java.io.File file,
java.lang.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) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<GHAsset> |
GHRelease.getAssets() |
| Modifier and Type | Method and Description |
|---|---|
static GHAsset[] |
GHAsset.wrap(GHAsset[] assets,
GHRelease release) |
Copyright © 2016. All Rights Reserved.