OnRunMetric

A run metric satisfies a user-defined condition.

Attributes
scope The scope of the event: only projects are valid scopes for this event.
filter Run and/or metric condition(s) that must be satisfied for this event to trigger an automation.

Methods

then

View source

then(
    action: InputAction
) -> NewAutomation

Define a new Automation in which this event triggers the given action.