GitPushFilter

The event criteria that specify when a specified repository event will start the pipeline for the specified trigger configuration, such as the lists of Git tags 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 push trigger configuration.

Link copied to clipboard

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

Link copied to clipboard

The field that contains the details for the Git tags trigger configuration.

Functions

Link copied to clipboard
inline fun copy(block: GitPushFilter.Builder.() -> Unit = {}): GitPushFilter
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