Files
tea4j-autodeploy/docs/CreateHookOption.md
T
2025-09-07 00:21:05 +00:00

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 | &quot;dingtalk&quot;
DISCORD | &quot;discord&quot;
GITEA | &quot;gitea&quot;
GOGS | &quot;gogs&quot;
MSTEAMS | &quot;msteams&quot;
SLACK | &quot;slack&quot;
TELEGRAM | &quot;telegram&quot;
FEISHU | &quot;feishu&quot;
WECHATWORK | &quot;wechatwork&quot;
PACKAGIST | &quot;packagist&quot;