public class ToIssueBubbleData extends Object implements java.util.function.Function<Issue,IssueBubbleData>
| Constructor and Description |
|---|
ToIssueBubbleData(CommentService commentService,
ApplicationUser user,
String bubbleType,
int recentCommentsDays) |
| Modifier and Type | Method and Description |
|---|---|
IssueBubbleData |
apply(Issue issue) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThen, compose, identitypublic ToIssueBubbleData(CommentService commentService, ApplicationUser user, String bubbleType, int recentCommentsDays)
public IssueBubbleData apply(Issue issue)
apply in interface java.util.function.Function<Issue,IssueBubbleData>Copyright © 2002-2021 Atlassian. All Rights Reserved.