- Enclosing class:
- GHRepositoryRule
public static interface GHRepositoryRule.Parameters
Available parameters for a ruleset.
-
Field Summary
Modifier and TypeFieldDescriptioncode_scanning_tools parameterstatic final GHRepositoryRule.BooleanParameter
dismiss_stale_reviews_on_push parameterstatic final GHRepositoryRule.StringParameter
name parameterstatic final GHRepositoryRule.BooleanParameter
negate parameterstatic final GHRepositoryRule.Parameter<GHRepositoryRule.Operator>
operator parameterstatic final GHRepositoryRule.StringParameter
regex parameterstatic final GHRepositoryRule.BooleanParameter
require_code_owner_review parameterstatic final GHRepositoryRule.BooleanParameter
require_last_push_approval parameterstatic final GHRepositoryRule.IntegerParameter
required_approving_review_count parameterstatic final GHRepositoryRule.ListParameter<String>
required_deployment_environments parameterstatic final GHRepositoryRule.BooleanParameter
required_review_thread_resolution parameterrequired_status_checks parameterstatic final GHRepositoryRule.BooleanParameter
strict_required_status_checks_policy parameterstatic final GHRepositoryRule.BooleanParameter
update_allows_fetch_and_merge parameterworkflows parameter
-
Field Details
-
UPDATE_ALLOWS_FETCH_AND_MERGE
update_allows_fetch_and_merge parameter -
REQUIRED_DEPLOYMENT_ENVIRONMENTS
required_deployment_environments parameter -
DISMISS_STALE_REVIEWS_ON_PUSH
dismiss_stale_reviews_on_push parameter -
REQUIRE_CODE_OWNER_REVIEW
require_code_owner_review parameter -
REQUIRE_LAST_PUSH_APPROVAL
require_last_push_approval parameter -
REQUIRED_APPROVING_REVIEW_COUNT
required_approving_review_count parameter -
REQUIRED_REVIEW_THREAD_RESOLUTION
required_review_thread_resolution parameter -
REQUIRED_STATUS_CHECKS
static final GHRepositoryRule.ListParameter<GHRepositoryRule.StatusCheckConfiguration> REQUIRED_STATUS_CHECKSrequired_status_checks parameter -
STRICT_REQUIRED_STATUS_CHECKS_POLICY
strict_required_status_checks_policy parameter -
NAME
name parameter -
NEGATE
negate parameter -
OPERATOR
operator parameter -
REGEX
regex parameter -
WORKFLOWS
workflows parameter -
CODE_SCANNING_TOOLS
code_scanning_tools parameter
-