public class ReleaseAsset
extends java.lang.Object
| Constructor and Description |
|---|
ReleaseAsset(java.lang.String assetName,
java.net.URL assetURL)
Create a new release asset from an asset name and the
URL to said asset download. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
name()
Get the name of this asset.
|
java.net.URL |
url()
Get the download-
URL to this asset. |