mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-05-31 07:01:55 +00:00
27 lines
975 B
Markdown
27 lines
975 B
Markdown
# CreateHookOption
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**active** | **Boolean** | | [optional]
|
|
**authorizationHeader** | **String** | Authorization header to include in webhook requests | [optional]
|
|
**branchFilter** | **String** | Branch filter pattern to determine which branches trigger the webhook | [optional]
|
|
**config** | [**CreateHookOptionConfig**](CreateHookOptionConfig.md) | |
|
|
**events** | **List<String>** | List of events that will trigger this webhook | [optional]
|
|
**type** | [**TypeEnum**](#TypeEnum) | |
|
|
|
|
<a name="TypeEnum"></a>
|
|
## Enum: TypeEnum
|
|
Name | Value
|
|
---- | -----
|
|
DINGTALK | "dingtalk"
|
|
DISCORD | "discord"
|
|
GITEA | "gitea"
|
|
GOGS | "gogs"
|
|
MSTEAMS | "msteams"
|
|
SLACK | "slack"
|
|
TELEGRAM | "telegram"
|
|
FEISHU | "feishu"
|
|
WECHATWORK | "wechatwork"
|
|
PACKAGIST | "packagist"
|