public class

ReferenceLifecycleAwareComponent

extends Object
implements LifecycleAware
java.lang.Object
   ↳ com.atlassian.jira.dev.reference.plugin.components.ReferenceLifecycleAwareComponent

Class Overview

This document may provide more background on the plugin lifecycle: https://developer.atlassian.com/display/JIRADEV/JIRA+Plugin+Lifecycle

Summary

Public Constructors
ReferenceLifecycleAwareComponent()
Public Methods
@PostConstruct void onSpringContextStarted()
@PreDestroy void onSpringContextStopped()
void onStart()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.sal.api.lifecycle.LifecycleAware

Public Constructors

public ReferenceLifecycleAwareComponent ()

Public Methods

@PostConstruct public void onSpringContextStarted ()

@PreDestroy public void onSpringContextStopped ()

public void onStart ()