org.xwiki.rendering.macro.jira
Interface JIRADataSource
@Role
public interface JIRADataSource
Source to fetch data from a JIRA instance.
- Since:
- 4.2M1
- Version:
- $Id: 9a22b23b001da460078baa8a1bb0efc72db0a617 $
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.