Uses of Class
cc.carm.lib.githubreleases4j.GithubAsset
-
-
Uses of GithubAsset in cc.carm.lib.githubreleases4j
Methods in cc.carm.lib.githubreleases4j that return GithubAsset Modifier and Type Method Description protected static GithubAsset
GithubAsset. of(@NotNull GithubRelease source, @NotNull org.json.JSONObject contents)
Methods in cc.carm.lib.githubreleases4j that return types with arguments of type GithubAsset Modifier and Type Method Description @NotNull java.util.List<GithubAsset>
GithubRelease. getAssets()
Get the assets of this release.
-