Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.07 KB

BitbucketEventSource.md

File metadata and controls

21 lines (14 loc) · 1.07 KB

BitbucketEventSource

BitbucketEventSource describes the event source for Bitbucket

Properties

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]