Bitbucket Data Center API Client
    Preparing search index...

    Interface BitbucketDeploymentEnvironment

    The environment a deployment was made to.

    Sparsely documented by Atlassian (nested schema not expanded in the REST API reference); typed defensively based on the fields shown in example payloads. type is a free-form string (e.g. 'production'), not a documented enum.

    interface BitbucketDeploymentEnvironment {
        displayName: string;
        key: string;
        type?: string;
        url?: string;
    }
    Index

    Properties

    displayName: string
    key: string
    type?: string
    url?: string