Uses of Interface
com.javahollic.jira.emh.api.IJEMHReportEntry
-
Packages that use IJEMHReportEntry Package Description com.javahollic.jira.emh.api -
-
Uses of IJEMHReportEntry in com.javahollic.jira.emh.api
Methods in com.javahollic.jira.emh.api that return types with arguments of type IJEMHReportEntry Modifier and Type Method Description Map<String,List<IJEMHReportEntry>>
IJEMHInboundReport. getMessages()
Methods in com.javahollic.jira.emh.api with parameters of type IJEMHReportEntry Modifier and Type Method Description void
IJEMHInboundReport. addMessage(String sectionKey, IJEMHReportEntry reportEntry)
Method parameters in com.javahollic.jira.emh.api with type arguments of type IJEMHReportEntry Modifier and Type Method Description void
IJEMHInboundReport. setMessages(Map<String,List<IJEMHReportEntry>> messages)
-