public class Launcher extends Object implements com.atlassian.sal.api.lifecycle.LifecycleAware
Constructor and Description |
---|
Launcher(com.atlassian.event.api.EventPublisher eventPublisher) |
Modifier and Type | Method and Description |
---|---|
void |
onClearCacheEvent(ClearCacheEvent clearCacheEvent) |
void |
onJiraStartedEvent(JiraStartedEvent jiraStartedEvent) |
void |
onStart()
Second event in the lifecycle: System runs (this comes after the plugin framework events)
|
void |
onStop() |
public final void onStart()
onStart
in interface com.atlassian.sal.api.lifecycle.LifecycleAware
public void onStop()
onStop
in interface com.atlassian.sal.api.lifecycle.LifecycleAware
@EventListener public void onClearCacheEvent(ClearCacheEvent clearCacheEvent)
@EventListener public void onJiraStartedEvent(JiraStartedEvent jiraStartedEvent)
Copyright © 2002-2021 Atlassian. All Rights Reserved.