@PublicApi public interface ExportRenderContext extends AttributeContext
A subtype of AttributeContext
passed into calls to
IssueDataField
and
ExportRenderer
.
Has a method for obtaining the aggregate calculation result
.
AttributeContext
,
ExportRequestContext
Modifier and Type | Method and Description |
---|---|
RowValues |
getValues()
Returns the
AggregateResult that contains the results for all
aggregates previously required by calling
ExportRequestContext.prepareAggregate() and all the issues associated with the current request. |
getBaseUrl, getI18nHelper, getLocale, getObject, getUser, putObject
@NotNull RowValues getValues()
Returns the AggregateResult
that contains the results for all
aggregates
previously required by calling
ExportRequestContext.prepareAggregate()
and all the issues associated with the current request.
null
.ExportRequestContext#addAttribute(com.almworks.jira.structure.api.aggregate.Aggregate)
,
AggregateResult
Copyright © 2017 ALM Works. All Rights Reserved.