public class TenantAwareJobReschedulerLifecycle extends Object implements com.atlassian.config.lifecycle.LifecycleItem
Constructor and Description |
---|
TenantAwareJobReschedulerLifecycle() |
Modifier and Type | Method and Description |
---|---|
void |
setEventPublisher(com.atlassian.event.api.EventPublisher eventPublisher) |
void |
setTenantAccessor(com.atlassian.tenancy.api.TenantAccessor tenantAccessor) |
void |
setTenantAwareJobRescheduler(TenantAwareJobRescheduler tenantAwareJobRescheduler) |
void |
shutdown(com.atlassian.config.lifecycle.LifecycleContext lifecycleContext) |
void |
startup(com.atlassian.config.lifecycle.LifecycleContext lifecycleContext) |
public void startup(com.atlassian.config.lifecycle.LifecycleContext lifecycleContext) throws Exception
startup
in interface com.atlassian.config.lifecycle.LifecycleItem
Exception
public void shutdown(com.atlassian.config.lifecycle.LifecycleContext lifecycleContext) throws Exception
shutdown
in interface com.atlassian.config.lifecycle.LifecycleItem
Exception
public void setTenantAwareJobRescheduler(TenantAwareJobRescheduler tenantAwareJobRescheduler)
public void setTenantAccessor(com.atlassian.tenancy.api.TenantAccessor tenantAccessor)
public void setEventPublisher(com.atlassian.event.api.EventPublisher eventPublisher)
Copyright © 2003–2020 Atlassian. All rights reserved.