Skip navigation links
G I L N R T 

G

getAllReleases() - Method in class lol.hyper.githubreleaseapi.GitHubReleaseAPI
Get all the releases the GitHub project.
getBuildsBehind(GitHubRelease) - Method in class lol.hyper.githubreleaseapi.GitHubReleaseAPI
Get how many versions behind a release is.
getCreatedDate() - Method in class lol.hyper.githubreleaseapi.GitHubRelease
Gets the time the release was first created on GitHub.
getLatestVersion() - Method in class lol.hyper.githubreleaseapi.GitHubReleaseAPI
Get the latest release.
getPublishedDate() - Method in class lol.hyper.githubreleaseapi.GitHubRelease
Gets the time the release was published on GitHub.
getReleaseAssets() - Method in class lol.hyper.githubreleaseapi.GitHubRelease
Get a list of the uploaded files on this tag version.
getReleaseByTag(String) - Method in class lol.hyper.githubreleaseapi.GitHubReleaseAPI
Get a release by a given tag.
getReleaseNotes() - Method in class lol.hyper.githubreleaseapi.GitHubRelease
Gets the release notes for this tag version.
getReleaseURL() - Method in class lol.hyper.githubreleaseapi.GitHubRelease
Gets the URL of the release.
getRepoURL() - Method in class lol.hyper.githubreleaseapi.GitHubReleaseAPI
Get the repository's URL.
getTagVersion() - Method in class lol.hyper.githubreleaseapi.GitHubRelease
Gets the tag version of this release.
GitHubRelease - Class in lol.hyper.githubreleaseapi
 
GitHubRelease(JSONObject) - Constructor for class lol.hyper.githubreleaseapi.GitHubRelease
Creates a release object of a certain tag on GitHub.
GitHubReleaseAPI - Class in lol.hyper.githubreleaseapi
 
GitHubReleaseAPI(String, String) - Constructor for class lol.hyper.githubreleaseapi.GitHubReleaseAPI
Create an API object.

I

isDraft() - Method in class lol.hyper.githubreleaseapi.GitHubRelease
Is the release a draft?
isPreRelease() - Method in class lol.hyper.githubreleaseapi.GitHubRelease
Is the release a pre-release?

L

lol.hyper.githubreleaseapi - package lol.hyper.githubreleaseapi
 

N

NoReleasesFoundException - Exception in lol.hyper.githubreleaseapi
 
NoReleasesFoundException(String) - Constructor for exception lol.hyper.githubreleaseapi.NoReleasesFoundException
Thrown when a GitHub repository doesn't have any releases.

R

refreshReleases() - Method in class lol.hyper.githubreleaseapi.GitHubReleaseAPI
Refresh the releases for this repository.
ReleaseNotFoundException - Exception in lol.hyper.githubreleaseapi
 
ReleaseNotFoundException(String) - Constructor for exception lol.hyper.githubreleaseapi.ReleaseNotFoundException
Thrown when a GitHub repository doesn't have the given release.

T

toString() - Method in class lol.hyper.githubreleaseapi.GitHubRelease
 
G I L N R T 
Skip navigation links

Copyright © 2023. All rights reserved.