TriggerProperties Class

Definition

The properties of a trigger.

public class TriggerProperties
type TriggerProperties = class
Public Class TriggerProperties
Inheritance
TriggerProperties

Constructors

TriggerProperties()

Initializes a new instance of the TriggerProperties class.

TriggerProperties(IList<SourceTrigger>, BaseImageTrigger)

Initializes a new instance of the TriggerProperties class.

Properties

BaseImageTrigger

Gets or sets the trigger based on base image dependencies.

SourceTriggers

Gets or sets the collection of triggers based on source code repository.

Methods

Validate()

Validate the object.

Applies to