Bitbucket Data Center API Client
    Preparing search index...

    Interface DeploymentLookupParams

    Query parameters accepted by GET/DELETE /rest/api/latest/projects/{key}/repos/{slug}/commits/{id}/deployments.

    Together these identify a single deployment.

    interface DeploymentLookupParams {
        deploymentSequenceNumber: number;
        environmentKey: string;
        key: string;
    }
    Index

    Properties

    deploymentSequenceNumber: number
    environmentKey: string
    key: string