PipelineRunInvokedBy Class

Definition

Provides entity name and id that started the pipeline run.

public class PipelineRunInvokedBy
type PipelineRunInvokedBy = class
Public Class PipelineRunInvokedBy
Inheritance
PipelineRunInvokedBy

Constructors

PipelineRunInvokedBy()

Initializes a new instance of the PipelineRunInvokedBy class.

PipelineRunInvokedBy(String, String, String, String, String)

Initializes a new instance of the PipelineRunInvokedBy class.

Properties

Id

Gets the ID of the entity that started the run.

InvokedByType

Gets the type of the entity that started the run.

Name

Gets name of the entity that started the pipeline run.

PipelineName

Gets the name of the pipeline that triggered the run, if any.

PipelineRunId

Gets the run id of the pipeline that triggered the run, if any.

Applies to