PullRequestFilterCommentControl

enum PullRequestFilterCommentControl : Enum<PullRequestFilterCommentControl> , ConvertibleToJava<PullRequestFilterCommentControl>

Configure builds to run whether a repository owner or collaborator need to comment /gcbrun.

Entries

Link copied to clipboard

Do not require comments on Pull Requests before builds are triggered.

Link copied to clipboard

Enforce that repository owners or collaborators must comment on Pull Requests before builds are triggered.

Enforce that repository owners or collaborators must comment on external contributors' Pull Requests before builds are triggered.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): PullRequestFilterCommentControl
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: PullRequestFilterCommentControl
Link copied to clipboard
Link copied to clipboard