MCPcopy Create free account
hub / github.com/StackStorm/st2 / update_trigger

Method update_trigger

contrib/examples/sensors/fibonacci_sensor.py:70–72  ·  view source on GitHub ↗
(self, trigger)

Source from the content-addressed store, hash-verified

68 pass
69
70 def update_trigger(self, trigger):
71 # This method is called when trigger is updated
72 pass
73
74 def remove_trigger(self, trigger):
75 # This method is called when trigger is deleted

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected