Uses of Class
ink.icoding.github4j.model.Release
Packages that use Release
-
Uses of Release in ink.icoding.github4j.client
Methods in ink.icoding.github4j.client that return types with arguments of type ReleaseModifier and TypeMethodDescriptionReleasesClient.create(String owner, String repo, CreateReleaseRequest request) 为指定仓库创建新 Release。获取指定仓库的单个 Release。标签名获取指定仓库的 Release。获取指定仓库的最新 Release。ReleasesClient.list(String owner, String repo, PageOptions options) 列出指定仓库的 Release。更新指定仓库的 Release。