Class GithubTools
java.lang.Object
jadx.plugins.tools.resolvers.github.GithubTools
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Stringprivate static final GithubToolsprivate static final Typeprivate static final Type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static StringbuildErrorDetails(HttpURLConnection con, String url) static ReleasefetchRelease(LocationInfo info) fetchReleases(LocationInfo info, int page, int perPage) private static <T> T(package private) ReleasegetRelease(LocationInfo info) getReleases(LocationInfo info, int page, int perPage) private static String
-
Field Details
-
GITHUB_INSTANCE
-
RELEASE_TYPE
-
RELEASE_LIST_TYPE
-
baseUrl
-
-
Constructor Details
-
GithubTools
GithubTools(String baseUrl)
-
-
Method Details
-
fetchRelease
-
fetchReleases
-
getRelease
-
getReleases
-
get
-
buildErrorDetails
- Throws:
IOException
-
getResponseString
-