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

Method update_trigger

contrib/examples/sensors/sample_sensor.py:61–63  ·  view source on GitHub ↗
(self, trigger)

Source from the content-addressed store, hash-verified

59 pass
60
61 def update_trigger(self, trigger):
62 # This method is called when trigger is updated
63 pass
64
65 def remove_trigger(self, trigger):
66 # This method is called when trigger is deleted

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected