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

Method update_trigger

st2reactor/st2reactor/sensor/base.py:75–79  ·  view source on GitHub ↗

Runs when trigger is updated

(self, trigger)

Source from the content-addressed store, hash-verified

73
74 @abc.abstractmethod
75 def update_trigger(self, trigger):
76 """
77 Runs when trigger is updated
78 """
79 pass
80
81 @abc.abstractmethod
82 def remove_trigger(self, trigger):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected