Class TriggerBitbucketServerTriggerConfigArgs


  • public final class TriggerBitbucketServerTriggerConfigArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • bitbucketServerConfigResource

        public com.pulumi.core.Output<java.lang.String> bitbucketServerConfigResource()
        Returns:
        The Bitbucket server config resource that this trigger config maps to.
      • projectKey

        public com.pulumi.core.Output<java.lang.String> projectKey()
        Returns:
        Key of the project that the repo is in. For example: The key for https://mybitbucket.server/projects/TEST/repos/test-repo is "TEST".
      • repoSlug

        public com.pulumi.core.Output<java.lang.String> repoSlug()
        Returns:
        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.