TriggerEventType

enum TriggerEventType : Enum<TriggerEventType> , ConvertibleToJava<TriggerEventType>

EventType allows the user to explicitly set the type of event to which this BuildTrigger should respond. This field will be validated against the rest of the configuration if it is set.

Entries

Link copied to clipboard

EVENT_TYPE_UNSPECIFIED event_types are ignored.

Link copied to clipboard

REPO corresponds to the supported VCS integrations.

Link copied to clipboard

WEBHOOK corresponds to webhook triggers.

Link copied to clipboard

PUBSUB corresponds to pubsub triggers.

Link copied to clipboard

MANUAL corresponds to manual-only invoked triggers.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): TriggerEventType
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: TriggerEventType
Link copied to clipboard
Link copied to clipboard