BitbucketServerEventSource refers to event-source related to Bitbucket Server events
Name | Type | Description | Notes |
---|---|---|---|
repositorySlug | String | DeprecatedRepositorySlug is the slug of the repository for which integration needs to setup Deprecated: use Repositories instead. Will be unsupported in v1.8 | [optional] |
accessToken | V1SecretKeySelector | [optional] | |
webhook | WebhookContext | [optional] | |
webhookSecret | V1SecretKeySelector | [optional] | |
repositories | List<BitbucketServerRepository> | Repositories holds a list of repositories for which integration needs to setup | [optional] |
filter | EventSourceFilter | [optional] | |
bitbucketserverBaseURL | String | BitbucketServerBaseURL is the base URL for API requests to a custom endpoint | |
deleteHookOnFinish | Boolean | DeleteHookOnFinish determines whether to delete the Bitbucket Server hook for the project once the event source is stopped. | [optional] |
events | List<String> | Events are bitbucket event to listen to. Refer https://confluence.atlassian.com/bitbucketserver/event-payload-938025882.html | |
projectKey | String | DeprecatedProjectKey is the key of project for which integration needs to setup Deprecated: use Repositories instead. Will be unsupported in v1.8 | [optional] |
metadata | Map<String, String> | Metadata holds the user defined metadata which will passed along the event payload. | [optional] |