Class CollectIssuesEvent
java.lang.Object
com.atlassian.greenhopper.web.rapid.list.CollectIssuesEvent
Analytics event used to measure performance of issue collection and rendering of extra fields.
Event attributes:
- fields: comma-seperated list of configured extra fields, sorted alphabetically
- fieldCount: number of configured extra fields
- duration: the number of milliseconds taken to collect the issues, including rendering of extra fields.
This value is normalised to 500 issues to allow comparison between boards with different numbers of issues.
This value is bucketed to limit the number of possible values - e.g. 100 means at least 100 ms was spent.
-
Method Summary
Modifier and TypeMethodDescriptionstatic CollectIssuesEvent
create
(RapidView rapidView, CardLayoutField.Mode mode, List<com.atlassian.jira.issue.fields.NavigableField> fields, long duration, long numIssues) long
long
int
-
Method Details
-
create
public static CollectIssuesEvent create(RapidView rapidView, CardLayoutField.Mode mode, List<com.atlassian.jira.issue.fields.NavigableField> fields, long duration, long numIssues) -
getEventName
-
getBoardId
public long getBoardId() -
getFields
-
getFieldCount
public int getFieldCount() -
getDuration
public long getDuration()
-