Bitbucket Server Trigger Config Args
data class BitbucketServerTriggerConfigArgs(val bitbucketServerConfigResource: Output<String>, val projectKey: Output<String>, val pullRequest: Output<PullRequestFilterArgs>? = null, val push: Output<PushFilterArgs>? = null, val repoSlug: Output<String>) : ConvertibleToJava<BitbucketServerTriggerConfigArgs>
BitbucketServerTriggerConfig describes the configuration of a trigger that creates a build whenever a Bitbucket Server event is received.
Constructors
Link copied to clipboard
fun BitbucketServerTriggerConfigArgs(bitbucketServerConfigResource: Output<String>, projectKey: Output<String>, pullRequest: Output<PullRequestFilterArgs>? = null, push: Output<PushFilterArgs>? = null, repoSlug: Output<String>)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
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.