BuildCompletionTrigger interface

Represents a build completion trigger.

Extends

Properties

branchFilters
definition

A reference to the definition that should trigger builds for this definition.

requiresSuccessfulBuild

Inherited Properties

triggerType

The type of the trigger.

Property Details

branchFilters

branchFilters: string[]

Property Value

string[]

definition

A reference to the definition that should trigger builds for this definition.

definition: DefinitionReference

Property Value

requiresSuccessfulBuild

requiresSuccessfulBuild: boolean

Property Value

boolean

Inherited Property Details

triggerType

The type of the trigger.

triggerType: DefinitionTriggerType

Property Value

Inherited From BuildTrigger.triggerType