DynamicTrigger
allows you to define a trigger that can be configured dynamically at runtime.
Sometimes you want to subscribe to a webhook but you don’t know the exact configuration until runtime.
Creates a new DynamicTrigger
instance. You should use the TriggerClient.defineDynamicTrigger
method instead of calling this directly.
Use this method to register a new schedule with the DynamicTrigger.
Use this method to unregister a schedule from the DynamicTrigger, using the id you used when registering it.
DynamicTrigger
with the onIssueOpened event.DynamicTrigger
.DynamicTrigger
allows you to define a trigger that can be configured dynamically at runtime.
Sometimes you want to subscribe to a webhook but you don’t know the exact configuration until runtime.
Creates a new DynamicTrigger
instance. You should use the TriggerClient.defineDynamicTrigger
method instead of calling this directly.
Use this method to register a new schedule with the DynamicTrigger.
Use this method to unregister a schedule from the DynamicTrigger, using the id you used when registering it.
DynamicTrigger
with the onIssueOpened event.DynamicTrigger
.