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, wait
andThen, compose, identity
public 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-2017 Atlassian. All Rights Reserved.