Interface PerformerCommentsFormatter
- 
- All Known Implementing Classes:
 PerformerCommentsFormatter.EmptyPerformerCommentsFormatterImpl
public interface PerformerCommentsFormatterEnsures formatting of performers (approvers, reviewers) comments before storing them into metadata. May optimize repository accesses by caching performers information retrieved. 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPerformerCommentsFormatter.EmptyPerformerCommentsFormatterImplSimple "no-op" formatter to be used when no real implementation is available. 
- 
Field Summary
Fields Modifier and Type Field Description static PerformerCommentsFormatterEMPTY 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringformatComment(@NotNull AbstractWorkItemType workItem, Task task, OperationResult result)StringformatComment(@NotNull WorkItemCompletionEventType event, Task task, OperationResult result) 
 - 
 
- 
- 
Field Detail
- 
EMPTY
static final PerformerCommentsFormatter EMPTY
 
 - 
 
- 
Method Detail
- 
formatComment
String formatComment(@NotNull @NotNull AbstractWorkItemType workItem, Task task, OperationResult result)
 
- 
formatComment
String formatComment(@NotNull @NotNull WorkItemCompletionEventType event, Task task, OperationResult result)
 
 - 
 
 -