public class

MarketingGadgetSpecProvider

extends Object
implements GadgetSpecProvider
java.lang.Object
   ↳ com.atlassian.jira.gadgets.system.MarketingGadgetSpecProvider

Class Overview

Adds the Marketing Gadget to JIRA's list of gadgets. This spec provider will use a Lazy Reference to lookup the marketing gadget once. If this lookup fails (firewall issues), then it wont check again until JIRA is restarted to avoid performance issues with the directory.

Summary

Public Constructors
MarketingGadgetSpecProvider()
Public Methods
boolean contains(URI uri)
Iterable<URI> entries()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.gadgets.GadgetSpecProvider

Public Constructors

public MarketingGadgetSpecProvider ()

Public Methods

public boolean contains (URI uri)

public Iterable<URI> entries ()