Uses of Class
ink.icoding.github4j.model.Protection
Packages that use Protection
-
Uses of Protection in ink.icoding.github4j.client
Methods in ink.icoding.github4j.client that return types with arguments of type ProtectionModifier and TypeMethodDescriptionReposClient.getBranchProtection(String owner, String repo, String branch) 获取指定分支的保护规则。ReposClient.updateBranchProtection(String owner, String repo, String branch, Protection protection) 更新指定分支的保护规则。Methods in ink.icoding.github4j.client with parameters of type ProtectionModifier and TypeMethodDescriptionReposClient.updateBranchProtection(String owner, String repo, String branch, Protection protection) 更新指定分支的保护规则。