Class ReferenceLifecycleAwareComponent

java.lang.Object
com.atlassian.jira.dev.reference.plugin.components.ReferenceLifecycleAwareComponent
All Implemented Interfaces:
com.atlassian.sal.api.lifecycle.LifecycleAware

public class ReferenceLifecycleAwareComponent extends Object implements com.atlassian.sal.api.lifecycle.LifecycleAware
This document may provide more background on the plugin lifecycle: https://developer.atlassian.com/display/JIRADEV/JIRA+Plugin+Lifecycle
Since:
v5.2
  • Constructor Details

    • ReferenceLifecycleAwareComponent

      public ReferenceLifecycleAwareComponent()
  • Method Details

    • onSpringContextStarted

      @PostConstruct public void onSpringContextStarted()
    • onSpringContextStopped

      @PreDestroy public void onSpringContextStopped()
    • onStart

      public void onStart()
      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