ITriggerEventsDefinition Interface

Definition

The stage of the container registry source trigger definition allowing to specify the type of actions that will trigger a run.

public interface ITriggerEventsDefinition
type ITriggerEventsDefinition = interface
Public Interface ITriggerEventsDefinition
Derived

Methods

WithCommitTriggerEvent()

The function that specifies a commit action will trigger a run.

WithPullTriggerEvent()

The function that specifies a pull action will trigger a run.

WithTriggerEvent(SourceTriggerEvent)

The function that allows the user to specify an action that will trigger a run when it is executed.

Applies to