GitPullRequestFilter

The event criteria for the pull request trigger configuration, such as the lists of branches or file paths to include and exclude.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The field that specifies to filter on branches for the pull request trigger configuration.

Link copied to clipboard

The field that specifies which pull request events to filter on (opened, updated, closed) for the trigger configuration.

Link copied to clipboard

The field that specifies to filter on file paths for the pull request trigger configuration.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String