Webhook

class Webhook

Information about a webhook that connects repository events to a build project in CodeBuild.

Types

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

Properties

Link copied to clipboard

A regular expression used to determine which repository branches are built when a webhook is triggered. If the name of a branch matches the regular expression, then it is built. If branchFilter is empty, then all branches are built.

Link copied to clipboard

Specifies the type of build this webhook will trigger.

Link copied to clipboard

An array of arrays of WebhookFilter objects used to determine which webhooks are triggered. At least one WebhookFilter in the array must specify EVENT as its type.

Link copied to clipboard

A timestamp that indicates the last time a repository's secret token was modified.

Link copied to clipboard

The CodeBuild endpoint where webhook events are sent.

Link copied to clipboard

The secret token of the associated repository.

Link copied to clipboard
val url: String?

The URL to the webhook.

Functions

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