Class AlertReminderJobFactory
java.lang.Object
io.camunda.optimize.service.alert.AbstractAlertFactory<AlertJob>
io.camunda.optimize.service.alert.AlertReminderJobFactory
-
Constructor Summary
ConstructorsConstructorDescriptionAlertReminderJobFactory(org.springframework.context.ApplicationContext applicationContext) -
Method Summary
Modifier and TypeMethodDescriptionprotected AlertIntervalgetInterval(AlertDefinitionDto alert) protected Stringprotected StringgetJobName(AlertDefinitionDto alert) protected Stringprotected StringgetTriggerName(AlertDefinitionDto alert) Methods inherited from class io.camunda.optimize.service.alert.AbstractAlertFactory
createJobDetails, createTrigger, getApplicationContext, getJobKey, getTriggerKey
-
Constructor Details
-
AlertReminderJobFactory
public AlertReminderJobFactory(org.springframework.context.ApplicationContext applicationContext)
-
-
Method Details
-
getTriggerGroup
- Specified by:
getTriggerGroupin classAbstractAlertFactory<AlertJob>
-
getTriggerName
- Specified by:
getTriggerNamein classAbstractAlertFactory<AlertJob>
-
getJobGroup
- Specified by:
getJobGroupin classAbstractAlertFactory<AlertJob>
-
getJobName
- Specified by:
getJobNamein classAbstractAlertFactory<AlertJob>
-
getInterval
- Specified by:
getIntervalin classAbstractAlertFactory<AlertJob>
-
getJobClass
- Specified by:
getJobClassin classAbstractAlertFactory<AlertJob>
-