BitbucketEventSource describes the event source for Bitbucket
Name | Type | Description | Notes |
---|---|---|---|
repositorySlug | String | RepositorySlug is a URL-friendly version of a repository name, automatically generated by Bitbucket for use in the URL. | |
webhook | WebhookContext | ||
auth | BitbucketAuth | ||
filter | EventSourceFilter | [optional] | |
owner | String | Owner of the repository. | |
deleteHookOnFinish | Boolean | DeleteHookOnFinish determines whether to delete the defined Bitbucket hook once the event source is stopped. | [optional] |
events | List<String> | Events this webhook is subscribed to. | |
projectKey | String | ProjectKey is the key of the project for which integration needs to setup | |
metadata | Map<String, String> | Metadata holds the user defined metadata which will be passed along the event payload. | [optional] |