| Package | Description |
|---|---|
| org.kohsuke.github |
| Modifier and Type | Method and Description |
|---|---|
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.
|
GHAsset |
GHRelease.uploadAsset(String filename,
InputStream stream,
String contentType)
Upload asset gh asset.
|
static GHAsset[] |
GHAsset.wrap(GHAsset[] assets,
GHRelease release)
Wrap gh asset [ ].
|
| Modifier and Type | Method and Description |
|---|---|
List<GHAsset> |
GHRelease.getAssets()
Gets assets.
|
| Modifier and Type | Method and Description |
|---|---|
static GHAsset[] |
GHAsset.wrap(GHAsset[] assets,
GHRelease release)
Wrap gh asset [ ].
|
Copyright © 2020. All rights reserved.