Preparing search index...
The search index is not available
azure-devops-node-api
azure-devops-node-api
interfaces/BuildInterfaces
BuildTrigger
Interface BuildTrigger
Represents a trigger for a buld definition.
interface
BuildTrigger
{
triggerType
?:
DefinitionTriggerType
;
}
Hierarchy (
View Summary
)
BuildTrigger
BuildCompletionTrigger
ContinuousIntegrationTrigger
GatedCheckInTrigger
PullRequestTrigger
ScheduleTrigger
Index
Properties
trigger
Type?
Properties
Optional
trigger
Type
triggerType
?:
DefinitionTriggerType
The type of the trigger.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
trigger
Type
azure-devops-node-api
Loading...
Represents a trigger for a buld definition.