interface ReleaseDefinitionGatesStep {
    gates?: ReleaseDefinitionGate[];
    gatesOptions?: ReleaseDefinitionGatesOptions;
    id?: number;
}

Properties

Gets or sets the gates.

Gets or sets the gate options.

id?: number

ID of the ReleaseDefinitionGateStep.