Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TriggerRunImpl

Package version

Class representing a TriggerRun.

Hierarchy

  • TriggerRunImpl

Implements

  • TriggerRun

Index

Constructors

constructor

Methods

cancelTriggerInstance

  • cancelTriggerInstance(triggerName: string, runId: string, options?: coreHttp.OperationOptions): Promise<coreHttp.RestResponse>
  • Cancel single trigger instance by runId.

    Parameters

    • triggerName: string

      The trigger name.

    • runId: string

      The pipeline run identifier.

    • Optional options: coreHttp.OperationOptions

      The options parameters.

    Returns Promise<coreHttp.RestResponse>

queryTriggerRunsByWorkspace

rerunTriggerInstance

  • rerunTriggerInstance(triggerName: string, runId: string, options?: coreHttp.OperationOptions): Promise<coreHttp.RestResponse>
  • Rerun single trigger instance by runId.

    Parameters

    • triggerName: string

      The trigger name.

    • runId: string

      The pipeline run identifier.

    • Optional options: coreHttp.OperationOptions

      The options parameters.

    Returns Promise<coreHttp.RestResponse>

Generated using TypeDoc