Jira.js - Jira Cloud API library
    Preparing search index...

    Interface GetDeploymentGatingStatusByKey

    interface GetDeploymentGatingStatusByKey {
        deploymentSequenceNumber: number;
        environmentId: string;
        pipelineId: string;
    }
    Index

    Properties

    deploymentSequenceNumber: number

    The Deployment's deploymentSequenceNumber.

    environmentId: string

    The ID of the Deployment's environment.

    pipelineId: string

    The ID of the Deployment's pipeline.