Trigger Bitbucket Server Trigger Config
data class TriggerBitbucketServerTriggerConfig(val bitbucketServerConfigResource: String, val projectKey: String, val pullRequest: TriggerBitbucketServerTriggerConfigPullRequest? = null, val push: TriggerBitbucketServerTriggerConfigPush? = null, val repoSlug: String)
Constructors
Link copied to clipboard
fun TriggerBitbucketServerTriggerConfig(bitbucketServerConfigResource: String, projectKey: String, pullRequest: TriggerBitbucketServerTriggerConfigPullRequest? = null, push: TriggerBitbucketServerTriggerConfigPush? = null, repoSlug: String)
Types
Properties
Link copied to clipboard
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.