Uses of Class
org.kohsuke.github.GHBranchProtection.Check
Packages that use GHBranchProtection.Check
-
Uses of GHBranchProtection.Check in org.kohsuke.github
Methods in org.kohsuke.github that return types with arguments of type GHBranchProtection.CheckModifier and TypeMethodDescriptionGHBranchProtection.RequiredStatusChecks.getChecks()
Gets checks.Methods in org.kohsuke.github with parameters of type GHBranchProtection.CheckModifier and TypeMethodDescriptionGHBranchProtectionBuilder.addRequiredChecks
(GHBranchProtection.Check... checks) Add required checks gh branch protection builder.Method parameters in org.kohsuke.github with type arguments of type GHBranchProtection.CheckModifier and TypeMethodDescriptionGHBranchProtectionBuilder.addRequiredStatusChecks
(Collection<GHBranchProtection.Check> checks) Add required checks gh branch protection builder.