Class Launcher

java.lang.Object
com.atlassian.jira.plugins.webhooks.Launcher
All Implemented Interfaces:
com.atlassian.sal.api.lifecycle.LifecycleAware

public class Launcher extends Object implements com.atlassian.sal.api.lifecycle.LifecycleAware
This handles all of the "startup" stuff for the webhooks plugin.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Launcher(com.atlassian.event.api.EventPublisher eventPublisher)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    final void
    Second event in the lifecycle: System runs (this comes after the plugin framework events)
    void
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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 interface com.atlassian.sal.api.lifecycle.LifecycleAware
    • onStop

      public void onStop()
      Specified by:
      onStop in interface com.atlassian.sal.api.lifecycle.LifecycleAware