com.atlassian.jira.gadgets.system
Class MarketingGadgetSpecProvider

java.lang.Object
  extended by com.atlassian.jira.gadgets.system.MarketingGadgetSpecProvider
All Implemented Interfaces:
com.atlassian.gadgets.GadgetSpecProvider

public class MarketingGadgetSpecProvider
extends Object
implements com.atlassian.gadgets.GadgetSpecProvider

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.

Since:
v4.0

Constructor Summary
MarketingGadgetSpecProvider()
           
 
Method Summary
 boolean contains(URI uri)
           
 Iterable<URI> entries()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MarketingGadgetSpecProvider

public MarketingGadgetSpecProvider()
Method Detail

entries

public Iterable<URI> entries()
Specified by:
entries in interface com.atlassian.gadgets.GadgetSpecProvider

contains

public boolean contains(URI uri)
Specified by:
contains in interface com.atlassian.gadgets.GadgetSpecProvider


Copyright © 2002-2013 Atlassian. All Rights Reserved.