Skip to content

codemonitors: add ListEmailActions method

Warren Gifford requested to merge cc/add-list-email-actions into main

Created by: camdencheek

This adds the ListEmailActions method to CodeMonitorStore. This allows us to get rid of one use of (CodeMonitorStore).Query(), which breaks the encapsulation of the store interface. Additionally, it gets rid of an instance of ReadActionEmailQuery, which also breaks encapsulation by returning a query rather than returning actual results.

Stacked on #27484

Merge request reports

Loading