GHBranchProtectionBuilder |
GHBranchProtectionBuilder.addRequiredChecks(String... checks) |
Add required checks gh branch protection builder.
|
GHBranchProtectionBuilder |
GHBranchProtectionBuilder.addRequiredChecks(Collection<String> checks) |
Add required checks gh branch protection builder.
|
GHBranchProtectionBuilder |
GHBranchProtectionBuilder.dismissStaleReviews() |
Dismiss stale reviews gh branch protection builder.
|
GHBranchProtectionBuilder |
GHBranchProtectionBuilder.dismissStaleReviews(boolean v) |
Dismiss stale reviews gh branch protection builder.
|
GHBranchProtectionBuilder |
GHBranch.enableProtection() |
Enables branch protection to control what commit statuses are required to push.
|
GHBranchProtectionBuilder |
GHBranchProtectionBuilder.includeAdmins() |
Include admins gh branch protection builder.
|
GHBranchProtectionBuilder |
GHBranchProtectionBuilder.includeAdmins(boolean v) |
Include admins gh branch protection builder.
|
GHBranchProtectionBuilder |
GHBranchProtectionBuilder.requireBranchIsUpToDate() |
Require branch is up to date gh branch protection builder.
|
GHBranchProtectionBuilder |
GHBranchProtectionBuilder.requireBranchIsUpToDate(boolean v) |
Require branch is up to date gh branch protection builder.
|
GHBranchProtectionBuilder |
GHBranchProtectionBuilder.requireCodeOwnReviews() |
Require code own reviews gh branch protection builder.
|
GHBranchProtectionBuilder |
GHBranchProtectionBuilder.requireCodeOwnReviews(boolean v) |
Require code own reviews gh branch protection builder.
|
GHBranchProtectionBuilder |
GHBranchProtectionBuilder.requiredReviewers(int v) |
Required reviewers gh branch protection builder.
|
GHBranchProtectionBuilder |
GHBranchProtectionBuilder.requireReviews() |
Require reviews gh branch protection builder.
|
GHBranchProtectionBuilder |
GHBranchProtectionBuilder.restrictPushAccess() |
Restrict push access gh branch protection builder.
|
GHBranchProtectionBuilder |
GHBranchProtectionBuilder.restrictReviewDismissals() |
Restrict review dismissals gh branch protection builder.
|
GHBranchProtectionBuilder |
GHBranchProtectionBuilder.teamPushAccess(Collection<GHTeam> teams) |
Team push access gh branch protection builder.
|
GHBranchProtectionBuilder |
GHBranchProtectionBuilder.teamPushAccess(GHTeam... teams) |
Team push access gh branch protection builder.
|
GHBranchProtectionBuilder |
GHBranchProtectionBuilder.teamReviewDismissals(Collection<GHTeam> teams) |
Team review dismissals gh branch protection builder.
|
GHBranchProtectionBuilder |
GHBranchProtectionBuilder.teamReviewDismissals(GHTeam... teams) |
Team review dismissals gh branch protection builder.
|
GHBranchProtectionBuilder |
GHBranchProtectionBuilder.userPushAccess(Collection<GHUser> users) |
User push access gh branch protection builder.
|
GHBranchProtectionBuilder |
GHBranchProtectionBuilder.userPushAccess(GHUser... users) |
User push access gh branch protection builder.
|
GHBranchProtectionBuilder |
GHBranchProtectionBuilder.userReviewDismissals(Collection<GHUser> users) |
User review dismissals gh branch protection builder.
|
GHBranchProtectionBuilder |
GHBranchProtectionBuilder.userReviewDismissals(GHUser... users) |
User review dismissals gh branch protection builder.
|