Class ToIssueBubbleData
java.lang.Object
com.atlassian.jira.gadgets.system.bubblechart.ToIssueBubbleData
- All Implemented Interfaces:
Function<Issue,IssueBubbleData>
Maps an issue to an object that is suitable to be returned in the bubble chart REST resource.
- Since:
- v7.0
-
Constructor Summary
ConstructorsConstructorDescriptionToIssueBubbleData(CommentService commentService, ApplicationUser user, String bubbleType, int recentCommentsDays) -
Method Summary
-
Constructor Details
-
ToIssueBubbleData
public ToIssueBubbleData(CommentService commentService, ApplicationUser user, String bubbleType, int recentCommentsDays)
-
-
Method Details
-
apply
- Specified by:
applyin interfaceFunction<Issue,IssueBubbleData>
-