Uses of Enum Class
com.bluebell.greenhouse.platform.enums.action.ActionEventSeverity
Packages that use ActionEventSeverity
Package
Description
Contains core enums used for
Actions.Contains the data-access layer for actions, executions, and events.
Contains the service layer for
Jobs.-
Uses of ActionEventSeverity in com.bluebell.greenhouse.platform.enums.action
Subclasses with type arguments of type ActionEventSeverity in com.bluebell.greenhouse.platform.enums.actionModifier and TypeClassDescriptionenumOperator-facing severity for a durable action event.Classes in com.bluebell.greenhouse.platform.enums.action that implement interfaces with type arguments of type ActionEventSeverityModifier and TypeClassDescriptionenumOperator-facing severity for a durable action event.Methods in com.bluebell.greenhouse.platform.enums.action that return ActionEventSeverityModifier and TypeMethodDescriptionstatic ActionEventSeverityReturns the enum constant of this class with the specified name.static ActionEventSeverity[]ActionEventSeverity.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ActionEventSeverity in com.bluebell.greenhouse.radicle.performable
Methods in com.bluebell.greenhouse.radicle.performable with parameters of type ActionEventSeverity -
Uses of ActionEventSeverity in com.bluebell.greenhouse.radicle.repositories.action
Methods in com.bluebell.greenhouse.radicle.repositories.action with parameters of type ActionEventSeverityModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<ActionEvent> ActionEventRepository.findByActionExecutionExecutionIdAndSeverityOrderByOccurredAtAscIdAsc(String executionId, ActionEventSeverity severity, org.springframework.data.domain.Pageable pageable) Returns an ordered page of severity-filtered events for an execution. -
Uses of ActionEventSeverity in com.bluebell.greenhouse.radicle.services.job
Methods in com.bluebell.greenhouse.radicle.services.job with parameters of type ActionEventSeverityModifier and TypeMethodDescriptionJobOperatorService.events(String executionId, ActionEventSeverity severity, int page, int pageSize) Returns a bounded page of stable action events.