com.atlassian.jira.dev.reference.plugin.components
Class DefaultReferencePublicComponent

java.lang.Object
  extended by com.atlassian.jira.dev.reference.plugin.components.DefaultReferencePublicComponent
All Implemented Interfaces:
ReferencePublicComponent

public class DefaultReferencePublicComponent
extends Object
implements ReferencePublicComponent

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

Since:
v4.3

Constructor Summary
DefaultReferencePublicComponent()
           
 
Method Summary
 String getMessage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultReferencePublicComponent

public DefaultReferencePublicComponent()
Method Detail

getMessage

public String getMessage()
Specified by:
getMessage in interface ReferencePublicComponent


Copyright © 2002-2013 Atlassian. All Rights Reserved.