Class StatisticsFieldInstance

java.lang.Object
com.atlassian.greenhopper.model.rapid.StatisticsFieldInstance
All Implemented Interfaces:
StatisticsField

public class StatisticsFieldInstance extends Object implements StatisticsField
Represents an instance of a StatisticsFieldConfig for a RapidView. This should be used when "resolving" the configuration of the Statistics Field in a request which requires real knowledge of how that configuration works at run-time. Specifically, if a StatisticsFieldConfig has type StatisticsFieldConfig.Type.JIRA_FIELD, the configuration will only tell you the ID of the field used, but this object will allow you to resolve the proper name of that configuration, provided that the field is still around at this point.
See Also: