(params: TriggerParams = {})
| 1860 | } |
| 1861 | |
| 1862 | onCycleUpdated(params: TriggerParams = {}) { |
| 1863 | return createTrigger(this.source, events.onCycleUpdated, params); |
| 1864 | } |
| 1865 | |
| 1866 | onIssue(params: TriggerParams = {}) { |
| 1867 | return createTrigger(this.source, events.onIssue, params); |
nothing calls this directly
no test coverage detected