Bitbucket Server Trigger Config Response
BitbucketServerTriggerConfig describes the configuration of a trigger that creates a build whenever a Bitbucket Server event is received.
Constructors
Properties
The BitbucketServerConfig specified in the bitbucket_server_config_resource field.
The Bitbucket server config resource that this trigger config maps to.
Key of the project that the repo is in. For example: The key for https://mybitbucket.server/projects/TEST/repos/test-repo is "TEST".
Filter to match changes in pull requests.
Filter to match changes in refs like branches, tags.
Slug of the repository. A repository slug is a URL-friendly version of a repository name, automatically generated by Bitbucket for use in the URL. For example, if the repository name is 'test repo', in the URL it would become 'test-repo' as in https://mybitbucket.server/projects/TEST/repos/test-repo.