Class StaleEntryUpdateJob
java.lang.Object
com.codebarrel.jira.plugin.automation.schedule.staleentryupdate.StaleEntryUpdateJob
- All Implemented Interfaces:
com.atlassian.scheduler.JobRunner
@Component
public class StaleEntryUpdateJob
extends Object
implements com.atlassian.scheduler.JobRunner
-
Constructor Summary
ConstructorsConstructorDescriptionStaleEntryUpdateJob(com.atlassian.scheduler.SchedulerHistoryService schedulerHistoryService, FeatureManager featureManager, TenantService tenantService, AuditService auditService, RuleStatisticsService ruleStatisticsService) -
Method Summary
Modifier and TypeMethodDescriptioncom.atlassian.scheduler.JobRunnerResponserunJob(com.atlassian.scheduler.JobRunnerRequest jobRunnerRequest)
-
Constructor Details
-
StaleEntryUpdateJob
@Inject public StaleEntryUpdateJob(com.atlassian.scheduler.SchedulerHistoryService schedulerHistoryService, FeatureManager featureManager, TenantService tenantService, AuditService auditService, RuleStatisticsService ruleStatisticsService)
-
-
Method Details
-
runJob
@Nullable public com.atlassian.scheduler.JobRunnerResponse runJob(com.atlassian.scheduler.JobRunnerRequest jobRunnerRequest) - Specified by:
runJobin interfacecom.atlassian.scheduler.JobRunner
-