Uses of Class
com.codebarrel.automation.api.eventbus.AutomationEventBusEvent
Packages that use AutomationEventBusEvent
Package
Description
-
Uses of AutomationEventBusEvent in com.codebarrel.automation.api.eventbus
Methods in com.codebarrel.automation.api.eventbus that return AutomationEventBusEventMethods in com.codebarrel.automation.api.eventbus with parameters of type AutomationEventBusEventModifier and TypeMethodDescriptionvoid
AutomationEventBus.publishEvent
(Environment environment, AutomationEventBusEvent... events) Publishes an event to the automation event bus. -
Uses of AutomationEventBusEvent in com.codebarrel.automation.api.store
Methods in com.codebarrel.automation.api.store with parameters of type AutomationEventBusEventModifier and TypeMethodDescriptionvoid
AuditlogEventStore.save
(TenantExecution tenantExecution, AutomationEventBusEvent event) -
Uses of AutomationEventBusEvent in com.codebarrel.jira.plugin.automation.eventbus
Methods in com.codebarrel.jira.plugin.automation.eventbus with parameters of type AutomationEventBusEventModifier and TypeMethodDescriptionvoid
JiraAutomationEventBus.publishEvent
(Environment environment, AutomationEventBusEvent... automationEventBusEvents) -
Uses of AutomationEventBusEvent in com.codebarrel.jira.plugin.automation.store
Methods in com.codebarrel.jira.plugin.automation.store with parameters of type AutomationEventBusEventModifier and TypeMethodDescriptionvoid
NoopAuditlogEventStore.save
(TenantExecution tenantExecution, AutomationEventBusEvent automationEventBusEvent)