Package | Description |
---|---|
com.atlassian.jira.gadgets.system | |
com.atlassian.jira.gadgets.system.util | |
com.atlassian.jira.issue.statistics.util |
Constructor and Description |
---|
StatsResource(ChartUtils chartUtils,
JiraAuthenticationContext authenticationContext,
SearchService searchService,
SearchRequestService searchRequestService,
PermissionManager permissionManager,
StatisticTypesProvider statisticTypesProvider,
ProjectManager projectManager,
VelocityRequestContextFactory velocityRequestContextFactory,
FieldValueToDisplayTransformer<StatsMarkup> fieldValueToDisplayTransformer) |
TwoDimensionalStatsResource(ChartUtils chartUtils,
JiraAuthenticationContext authenticationContext,
SearchService searchService,
PermissionManager permissionManager,
StatisticTypesProvider statisticTypesProvider,
SearchProvider searchProvider,
VelocityRequestContextFactory velocityRequestContextFactory,
FieldValueToDisplayTransformer<StatsMarkup> fieldValueToDisplayTransformer,
FieldManager fieldManager,
FieldVisibilityManager fieldVisibilityManager,
ReaderCache readerCache) |
Modifier and Type | Class and Description |
---|---|
class |
StatsMarkupFieldValueToDisplayTransformer
Util object for transformaing a field/value into a displayable format for the StatsGadget.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultFieldValueToDisplayTransformer
Util object for transformaing a field/value into a displayable format for the a pie chart or heat map.
|
Modifier and Type | Method and Description |
---|---|
static <T> T |
ObjectToFieldValueMapper.transform(String fieldType,
Object input,
String url,
FieldValueToDisplayTransformer<T> transformer)
Transforms the object in stats result set into an appropriate type specified by the given
transformer.
|
Copyright © 2002-2019 Atlassian. All Rights Reserved.