| java.lang.Object | |
| ↳ | com.atlassian.jira.charts.util.ChartUtilsImpl |
Utility class for charting
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Get the directory that charts are temporarily stored in.
| |||||||||||
Encode given
image into the base 64 string. | |||||||||||
Make a search request out of the searchQuery parameter and populate the report/portlet param map
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||
From interface
com.atlassian.jira.charts.util.ChartUtils
| |||||||||||||||||
Get the directory that charts are temporarily stored in.
Encode given image into the base 64 string.
| image | image to be encoded |
|---|---|
| chartName | name that occurs in log in case of error |
image as a String in base 64 encoded format
("data:image/png;base64,iVBORw0KGgoAAAANS...")
Make a search request out of the searchQuery parameter and populate the report/portlet param map
| projectOrFilterId | a jql string, a project id or a filter id |
|---|---|
| params | the map of parameters to modify |

