Package version:

Interface TriggerPipelineReference

Pipeline that needs to be triggered with the given parameters.

Hierarchy

  • TriggerPipelineReference

Properties

parameters?: {
    [propertyName: string]: any;
}

Pipeline parameters.

Type declaration

  • [propertyName: string]: any
pipelineReference?: PipelineReference

Pipeline reference.

Generated using TypeDoc