Class Launcher
java.lang.Object
com.atlassian.jira.plugins.webhooks.Launcher
- All Implemented Interfaces:
com.atlassian.sal.api.lifecycle.LifecycleAware
This handles all of the "startup" stuff for the webhooks plugin.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Launcher
public Launcher(com.atlassian.event.api.EventPublisher eventPublisher)
-
-
Method Details
-
onStart
public final void onStart()Second event in the lifecycle: System runs (this comes after the plugin framework events)- Specified by:
onStart
in interfacecom.atlassian.sal.api.lifecycle.LifecycleAware
-
onStop
public void onStop()- Specified by:
onStop
in interfacecom.atlassian.sal.api.lifecycle.LifecycleAware
-