Method
support
(self, trigger, **kwargs)
Source from the content-addressed store, hash-verified
| 17 | |
| 18 | @abstractmethod |
| 19 | def support(self, trigger, **kwargs): |
| 20 | pass |
| 21 | |
| 22 | @abstractmethod |
| 23 | def deploy(self, trigger, **kwargs): |
Tested by
no test coverage detected