Class RapidViewHistoryLinkFactory

java.lang.Object
com.atlassian.greenhopper.web.navigation.RapidViewHistoryLinkFactory
All Implemented Interfaces:
com.atlassian.plugin.web.api.provider.WebItemProvider

public class RapidViewHistoryLinkFactory extends Object implements com.atlassian.plugin.web.api.provider.WebItemProvider
A WebItemProvider that produces links to browse recently viewed boards
Since:
5.10.3
  • Field Details

    • MAX_RECENT_VIEWS_TO_SHOW

      public static final int MAX_RECENT_VIEWS_TO_SHOW
      See Also:
  • Constructor Details

    • RapidViewHistoryLinkFactory

      public RapidViewHistoryLinkFactory()
  • Method Details

    • getItems

      public Iterable<com.atlassian.plugin.web.api.WebItem> getItems(Map<String,Object> params)
      Specified by:
      getItems in interface com.atlassian.plugin.web.api.provider.WebItemProvider