GHBranchProtectionBuilder |
GHBranchProtectionBuilder.addRequiredChecks(Collection<String> checks) |
GHBranchProtectionBuilder |
GHBranchProtectionBuilder.addRequiredChecks(String... checks) |
GHBranchProtectionBuilder |
GHBranchProtectionBuilder.dismissStaleReviews() |
GHBranchProtectionBuilder |
GHBranch.enableProtection()
Deprecated.
|
GHBranchProtectionBuilder |
GHBranchProtectionBuilder.includeAdmins() |
GHBranchProtectionBuilder |
GHBranchProtectionBuilder.includeAdmins(boolean v) |
GHBranchProtectionBuilder |
GHBranchProtectionBuilder.requireBranchIsUpToDate() |
GHBranchProtectionBuilder |
GHBranchProtectionBuilder.requireBranchIsUpToDate(boolean v) |
GHBranchProtectionBuilder |
GHBranchProtectionBuilder.requireCodeOwnReviews() |
GHBranchProtectionBuilder |
GHBranchProtectionBuilder.requireCodeOwnReviews(boolean v) |
GHBranchProtectionBuilder |
GHBranchProtectionBuilder.requireReviews() |
GHBranchProtectionBuilder |
GHBranchProtectionBuilder.restrictPushAccess() |
GHBranchProtectionBuilder |
GHBranchProtectionBuilder.teamPushAccess(Collection<GHTeam> teams) |
GHBranchProtectionBuilder |
GHBranchProtectionBuilder.teamPushAccess(GHTeam... teams) |
GHBranchProtectionBuilder |
GHBranchProtectionBuilder.teamReviewDismissals(Collection<GHTeam> teams) |
GHBranchProtectionBuilder |
GHBranchProtectionBuilder.teamReviewDismissals(GHTeam... teams) |
GHBranchProtectionBuilder |
GHBranchProtectionBuilder.userPushAccess(Collection<GHUser> users) |
GHBranchProtectionBuilder |
GHBranchProtectionBuilder.userPushAccess(GHUser... users) |
GHBranchProtectionBuilder |
GHBranchProtectionBuilder.userReviewDismissals(Collection<GHUser> users) |
GHBranchProtectionBuilder |
GHBranchProtectionBuilder.userReviewDismissals(GHUser... users) |