Interface | Description |
---|---|
Comment |
Represents a Comment on a JIRA
Issue |
CommentEventPublisher |
Handles
CommentEvent publication. |
CommentManager |
The CommentManager is used to retrieve and create comments in JIRA.
|
CommentPermissionManager |
A unified way of checking whether a user can see a comment or not
|
MutableComment |
Represents a comment's in JIRA.
|
RecentCommentManager |
A standard way of getting a list of recent comments from JIRA
|
Class | Description |
---|---|
CommentComparator |
Compares
Comment s based on date created. |
CommentEventPublisherImpl | |
CommentImpl |
Represents a comment on an issue by a user.
|
CommentSearchManager |
The CommentSearchManager is used to retrieve comments in JIRA.
|
CommentSummary |
Contains all information required to render the initial comment summary on the view issue page.
|
DefaultCommentManager | |
DefaultCommentPermissionManager |
Used to check user commenting permissions
|
DefaultRecentCommentManager | |
MockComment | |
QueryDSLCommentFactory |
Creates
Comment implementations from QueryDSL tuple. |
StreamingCommentsRetriever |
This class is used to ensure that all the comments for a given issue are not loaded into memory.
|
Copyright © 2002-2019 Atlassian. All Rights Reserved.