Uses of Class
jadx.plugins.tools.resolvers.github.data.Release
Packages that use Release
-
Uses of Release in jadx.plugins.tools
Methods in jadx.plugins.tools that return ReleaseMethods in jadx.plugins.tools with parameters of type ReleaseModifier and TypeMethodDescriptionprivate JadxPluginListCacheJadxPluginsList.fetchBundle(Release release) -
Uses of Release in jadx.plugins.tools.resolvers.github
Methods in jadx.plugins.tools.resolvers.github that return ReleaseModifier and TypeMethodDescriptionstatic ReleaseGithubTools.fetchRelease(LocationInfo info) (package private) ReleaseGithubTools.getRelease(LocationInfo info) Methods in jadx.plugins.tools.resolvers.github that return types with arguments of type ReleaseModifier and TypeMethodDescriptionGithubTools.fetchReleases(LocationInfo info, int page, int perPage) GithubTools.getReleases(LocationInfo info, int page, int perPage) Methods in jadx.plugins.tools.resolvers.github with parameters of type ReleaseModifier and TypeMethodDescriptionprivate JadxPluginMetadataGithubReleaseResolver.buildMetadata(Release release, LocationInfo info)