Class StaleEntryUpdateServiceImpl

java.lang.Object
com.codebarrel.jira.plugin.automation.schedule.staleentryupdate.StaleEntryUpdateServiceImpl
All Implemented Interfaces:
com.atlassian.sal.api.lifecycle.LifecycleAware, StaleEntryUpdateService

@Named public class StaleEntryUpdateServiceImpl extends Object implements StaleEntryUpdateService, com.atlassian.sal.api.lifecycle.LifecycleAware
  • Field Details

    • STALE_ENTRY_MIN_STALE_DURATION_IN_MINUTE_DEFAULT

      public static final int STALE_ENTRY_MIN_STALE_DURATION_IN_MINUTE_DEFAULT
      See Also:
  • Constructor Details

    • StaleEntryUpdateServiceImpl

      @Inject public StaleEntryUpdateServiceImpl(com.atlassian.scheduler.SchedulerService schedulerService, TenantService tenantService, StaleEntryUpdateJob staleEntryUpdateJob, InjectorProvider injectorProvider)
  • Method Details