org.xwiki.rendering.macro.jira
Interface JIRADataSource
@Role
public interface JIRADataSource
Source to fetch data from a JIRA instance.
- Since:
- 4.2M1
- Version:
- $Id$
getData
Collection<org.jdom2.Element> getData(String macroContent,
JIRAMacroParameters parameters)
throws MacroExecutionException
- Parameters:
macroContent - the macro content which contains the source definitionparameters - the macro parameters which can contain source-specific configuration information
- Returns:
- the list of matching JIRA issues
- Throws:
MacroExecutionException - in case of an error while getting the JIRA data
Copyright © 2004-2012 XWiki. All Rights Reserved.