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

    Interface GetDeploymentByKey

    interface GetDeploymentByKey {
        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.