Interface PerformerCommentsFormatter
- All Known Implementing Classes:
PerformerCommentsFormatter.EmptyPerformerCommentsFormatterImpl
public interface PerformerCommentsFormatter
Ensures formatting of performers (approvers, reviewers) comments before storing them into metadata.
May optimize repository accesses by caching performers information retrieved.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
Simple "no-op" formatter to be used when no real implementation is available. -
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionformatComment
(@NotNull AbstractWorkItemType workItem, Task task, OperationResult result) formatComment
(@NotNull WorkItemCompletionEventType event, Task task, OperationResult result)
-
Field Details
-
EMPTY
-
-
Method Details
-
formatComment
String formatComment(@NotNull @NotNull AbstractWorkItemType workItem, Task task, OperationResult result) -
formatComment
String formatComment(@NotNull @NotNull WorkItemCompletionEventType event, Task task, OperationResult result)
-