Represents a trigger for a buld definition.

interface BuildTrigger {
    triggerType?: DefinitionTriggerType;
}

Hierarchy (View Summary)

Properties

Properties

triggerType?: DefinitionTriggerType

The type of the trigger.