public class

DefaultReferencePublicComponent

extends Object
implements ReferencePublicComponent
java.lang.Object
   ↳ com.atlassian.jira.dev.reference.plugin.components.DefaultReferencePublicComponent

Class Overview

Sample public component that returns a simple message. This component will be exported and made available to other plugins installed in the system.

Summary

Public Constructors
DefaultReferencePublicComponent()
Public Methods
String getMessage()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.dev.reference.plugin.components.ReferencePublicComponent

Public Constructors

public DefaultReferencePublicComponent ()

Public Methods

public String getMessage ()