org.xwiki.rendering.macro.jira
Interface JIRADisplayer
@Role
public interface JIRADisplayer
A JIRA Displayer is used to display the JIRA issues visually. Example of Displayers: Table displayer which displays
data in a table, Lsit displayer to display data in a list, etc.
- Since:
- 4.2M1
- Version:
- $Id: 7453ed683a437ee2caa6e9921d0bd1065de0541c $
display
List<Block> display(Collection<org.jdom2.Element> issues,
JIRAMacroParameters parameters)
- Displays the passed JIRA issues.
- Parameters:
issues
- the issues to displayparameters
- the macro parameters specified by the user; can be used to specify displayer-specific
configuration data (for example displayers allows the user to specify the list of JIRA issue fields to
display
- Returns:
- the list of Blocks rerpesenting what to display
Copyright © 2004-2012 XWiki. All Rights Reserved.