Uses of Class
com.javahollic.jira.emh.api.IJEMHInboundReport.EntryFormat
-
Packages that use IJEMHInboundReport.EntryFormat Package Description com.javahollic.jira.emh.api -
-
Uses of IJEMHInboundReport.EntryFormat in com.javahollic.jira.emh.api
Methods in com.javahollic.jira.emh.api that return IJEMHInboundReport.EntryFormat Modifier and Type Method Description static IJEMHInboundReport.EntryFormat
IJEMHInboundReport.EntryFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static IJEMHInboundReport.EntryFormat[]
IJEMHInboundReport.EntryFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.javahollic.jira.emh.api with parameters of type IJEMHInboundReport.EntryFormat Modifier and Type Method Description void
IJEMHInboundReport. addFormattedMessage(String sectionKey, String title, String content, IJEMHInboundReport.EntryFormat contentFormat)
-