Package com.xwiki.macros.confluence
Class ConfluenceJiraChartMacroParameters
- java.lang.Object
-
- com.xwiki.macros.confluence.ConfluenceJiraChartMacroParameters
-
public class ConfluenceJiraChartMacroParameters extends Object
confluence_jirachart parameters.- Since:
- 1.27.0
- Version:
- $Id$
-
-
Constructor Summary
Constructors Constructor Description ConfluenceJiraChartMacroParameters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetChartType()Get the chart type to show.StringgetDaysprevious()On the Created vs Resolved Chart, get the days previous.StringgetIsCumulative()On the Created vs Resolved Chart, get if the chart is cumulative.StringgetJql()Get the JQL request used to get the info from Jira.StringgetNumberToShow()On the Bi Dimensional Grid Chart, get the number of result to show.StringgetPeriodName()On the Created vs Resolved Chart, get the period name.StringgetServer()Get the server ID from which the info is retrieved.StringgetShowUnresolvedTrend()On the Created vs Resolved Chart, get if the chart show the unresolved trend.StringgetSortBy()On the Bi Dimensional Grid Chart, get the sort criteria.StringgetSortDirection()On the Bi Dimensional Grid Chart, get the sort direction.StringgetStatType()Get the pie chart stat type.StringgetVersionLabel()On the Created vs Resolved Chart, get the version label type.StringgetXstattype()On the Bi Dimensional Grid Chart, get x-axis stat type.StringgetYstattype()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.voidsetJql(String jql)Set 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.voidsetServer(String server)Set 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.voidsetSortBy(String sortBy)On 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.
-
-
-
Method Detail
-
getChartType
public String getChartType()
Get the chart type to show.- Returns:
- the chart type to show.
-
setChartType
public void setChartType(String chartType)
Set the chart type to show.- Parameters:
chartType- the chart type to show.
-
getServer
public String getServer()
Get the server ID from which the info is retrieved.- Returns:
- the server ID from which the info is retrieved.
-
setServer
public void setServer(String server)
Set the server ID from which the info is retrieved.- Parameters:
server- the server ID from which the info is retrieved.
-
getJql
public String getJql()
Get the JQL request used to get the info from Jira.- Returns:
- the JQL request.
-
setJql
public void setJql(String jql)
Set the JQL request used to get the info from Jira.- Parameters:
jql- the JQL request.
-
getStatType
public String getStatType()
Get the pie chart stat type.- Returns:
- the stat type.
-
setStatType
public void setStatType(String statType)
Set the pie chart stat type.- Parameters:
statType- the stat type.
-
getDaysprevious
public String getDaysprevious()
On the Created vs Resolved Chart, get the days previous.- Returns:
- the days previous
-
setDaysprevious
public void setDaysprevious(String daysprevious)
On the Created vs Resolved Chart, set the days previous.- Parameters:
daysprevious- the days previous
-
getPeriodName
public String getPeriodName()
On the Created vs Resolved Chart, get the period name.- Returns:
- the period name.
-
setPeriodName
public void setPeriodName(String periodName)
On the Created vs Resolved Chart, set the period name.- Parameters:
periodName- the period name.
-
getIsCumulative
public String getIsCumulative()
On the Created vs Resolved Chart, get if the chart is cumulative.- Returns:
- true, if the chart is cumulative.
-
setIsCumulative
public void setIsCumulative(String isCumulative)
On the Created vs Resolved Chart, set if the chart is cumulative.- Parameters:
isCumulative- if the chart is cumulative.
-
getShowUnresolvedTrend
public String 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
public void setShowUnresolvedTrend(String showUnresolvedTrend)
On the Created vs Resolved Chart, set if the chart show the unresolved trend.- Parameters:
showUnresolvedTrend- if the chart show the unresolved trend.
-
getVersionLabel
public String getVersionLabel()
On the Created vs Resolved Chart, get the version label type.- Returns:
- the version label type.
-
setVersionLabel
public void setVersionLabel(String versionLabel)
On the Created vs Resolved Chart, set the version label type.- Parameters:
versionLabel- the version label type.
-
getXstattype
public String getXstattype()
On the Bi Dimensional Grid Chart, get x-axis stat type.- Returns:
- the x-axis stat type
-
setXstattype
public void setXstattype(String xstattype)
On the Bi Dimensional Grid Chart, set x-axis stat type.- Parameters:
xstattype- the x-axis stat type
-
getYstattype
public String getYstattype()
On the Bi Dimensional Grid Chart, get y-axis stat type.- Returns:
- y-axis stat type.
-
setYstattype
public void setYstattype(String ystattype)
On the Bi Dimensional Grid Chart, get y-axis stat type.- Parameters:
ystattype- y-axis stat type.
-
getNumberToShow
public String getNumberToShow()
On the Bi Dimensional Grid Chart, get the number of result to show.- Returns:
- the number of result to show.
-
setNumberToShow
public void setNumberToShow(String numberToShow)
On the Bi Dimensional Grid Chart, set the number of result to show.- Parameters:
numberToShow- the number of result to show.
-
getSortDirection
public String getSortDirection()
On the Bi Dimensional Grid Chart, get the sort direction.- Returns:
- the sort direction.
-
setSortDirection
public void setSortDirection(String sortDirection)
On the Bi Dimensional Grid Chart, set the sort direction.- Parameters:
sortDirection- the sort direction.
-
getSortBy
public String getSortBy()
On the Bi Dimensional Grid Chart, get the sort criteria.- Returns:
- the sort criteria.
-
setSortBy
public void setSortBy(String sortBy)
On the Bi Dimensional Grid Chart, set the sort criteria.- Parameters:
sortBy- the sort criteria.
-
-