Package com.xwiki.macros.confluence
Class ConfluenceJiraChartMacroParameters
java.lang.Object
com.xwiki.macros.confluence.ConfluenceJiraChartMacroParameters
confluence_jirachart parameters.
- Since:
- 1.27.0
- Version:
- $Id$
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the chart type to show.On the Created vs Resolved Chart, get the days previous.On the Created vs Resolved Chart, get if the chart is cumulative.getJql()Get the JQL request used to get the info from Jira.On the Bi Dimensional Grid Chart, get the number of result to show.On the Created vs Resolved Chart, get the period name.Get the server ID from which the info is retrieved.On the Created vs Resolved Chart, get if the chart show the unresolved trend.On the Bi Dimensional Grid Chart, get the sort criteria.On the Bi Dimensional Grid Chart, get the sort direction.Get the pie chart stat type.On the Created vs Resolved Chart, get the version label type.On the Bi Dimensional Grid Chart, get x-axis stat type.On the Bi Dimensional Grid Chart, get y-axis stat type.voidsetChartType(String chartType) Set the chart type to show.voidsetDaysprevious(String daysprevious) On the Created vs Resolved Chart, set the days previous.voidsetIsCumulative(String isCumulative) On the Created vs Resolved Chart, set if the chart is cumulative.voidSet the JQL request used to get the info from Jira.voidsetNumberToShow(String numberToShow) On the Bi Dimensional Grid Chart, set the number of result to show.voidsetPeriodName(String periodName) On the Created vs Resolved Chart, set the period name.voidSet the server ID from which the info is retrieved.voidsetShowUnresolvedTrend(String showUnresolvedTrend) On the Created vs Resolved Chart, set if the chart show the unresolved trend.voidOn the Bi Dimensional Grid Chart, set the sort criteria.voidsetSortDirection(String sortDirection) On the Bi Dimensional Grid Chart, set the sort direction.voidsetStatType(String statType) Set the pie chart stat type.voidsetVersionLabel(String versionLabel) On the Created vs Resolved Chart, set the version label type.voidsetXstattype(String xstattype) On the Bi Dimensional Grid Chart, set x-axis stat type.voidsetYstattype(String ystattype) On the Bi Dimensional Grid Chart, get y-axis stat type.
-
Constructor Details
-
ConfluenceJiraChartMacroParameters
public ConfluenceJiraChartMacroParameters()
-
-
Method Details
-
getChartType
Get the chart type to show.- Returns:
- the chart type to show.
-
setChartType
Set the chart type to show.- Parameters:
chartType- the chart type to show.
-
getServer
Get the server ID from which the info is retrieved.- Returns:
- the server ID from which the info is retrieved.
-
setServer
Set the server ID from which the info is retrieved.- Parameters:
server- the server ID from which the info is retrieved.
-
getJql
Get the JQL request used to get the info from Jira.- Returns:
- the JQL request.
-
setJql
Set the JQL request used to get the info from Jira.- Parameters:
jql- the JQL request.
-
getStatType
Get the pie chart stat type.- Returns:
- the stat type.
-
setStatType
Set the pie chart stat type.- Parameters:
statType- the stat type.
-
getDaysprevious
On the Created vs Resolved Chart, get the days previous.- Returns:
- the days previous
-
setDaysprevious
On the Created vs Resolved Chart, set the days previous.- Parameters:
daysprevious- the days previous
-
getPeriodName
On the Created vs Resolved Chart, get the period name.- Returns:
- the period name.
-
setPeriodName
On the Created vs Resolved Chart, set the period name.- Parameters:
periodName- the period name.
-
getIsCumulative
On the Created vs Resolved Chart, get if the chart is cumulative.- Returns:
- true, if the chart is cumulative.
-
setIsCumulative
On the Created vs Resolved Chart, set if the chart is cumulative.- Parameters:
isCumulative- if the chart is cumulative.
-
getShowUnresolvedTrend
On the Created vs Resolved Chart, get if the chart show the unresolved trend.- Returns:
- true, if the chart show the unresolved trend.
-
setShowUnresolvedTrend
On the Created vs Resolved Chart, set if the chart show the unresolved trend.- Parameters:
showUnresolvedTrend- if the chart show the unresolved trend.
-
getVersionLabel
On the Created vs Resolved Chart, get the version label type.- Returns:
- the version label type.
-
setVersionLabel
On the Created vs Resolved Chart, set the version label type.- Parameters:
versionLabel- the version label type.
-
getXstattype
On the Bi Dimensional Grid Chart, get x-axis stat type.- Returns:
- the x-axis stat type
-
setXstattype
On the Bi Dimensional Grid Chart, set x-axis stat type.- Parameters:
xstattype- the x-axis stat type
-
getYstattype
On the Bi Dimensional Grid Chart, get y-axis stat type.- Returns:
- y-axis stat type.
-
setYstattype
On the Bi Dimensional Grid Chart, get y-axis stat type.- Parameters:
ystattype- y-axis stat type.
-
getNumberToShow
On the Bi Dimensional Grid Chart, get the number of result to show.- Returns:
- the number of result to show.
-
setNumberToShow
On the Bi Dimensional Grid Chart, set the number of result to show.- Parameters:
numberToShow- the number of result to show.
-
getSortDirection
On the Bi Dimensional Grid Chart, get the sort direction.- Returns:
- the sort direction.
-
setSortDirection
On the Bi Dimensional Grid Chart, set the sort direction.- Parameters:
sortDirection- the sort direction.
-
getSortBy
On the Bi Dimensional Grid Chart, get the sort criteria.- Returns:
- the sort criteria.
-
setSortBy
On the Bi Dimensional Grid Chart, set the sort criteria.- Parameters:
sortBy- the sort criteria.
-