Uses of Class
com.javahollic.jira.emh.api.export.beans.CustomFieldSelectionBean
-
Packages that use CustomFieldSelectionBean Package Description com.javahollic.jira.emh.api.export.beans -
-
Uses of CustomFieldSelectionBean in com.javahollic.jira.emh.api.export.beans
Methods in com.javahollic.jira.emh.api.export.beans that return CustomFieldSelectionBean Modifier and Type Method Description CustomFieldSelectionBean
RegexpProcConfigBean. getIssueAssociationCFSelection()
CustomFieldSelectionBean
AutoLabelConfigBean. getSenderDomainCFSelection()
Methods in com.javahollic.jira.emh.api.export.beans that return types with arguments of type CustomFieldSelectionBean Modifier and Type Method Description List<CustomFieldSelectionBean>
ConfigurationBean. getCustomFieldSelections()
Methods in com.javahollic.jira.emh.api.export.beans with parameters of type CustomFieldSelectionBean Modifier and Type Method Description void
RegexpProcConfigBean. setIssueAssociationCFSelection(CustomFieldSelectionBean issueAssociationCFSelection)
void
AutoLabelConfigBean. setSenderDomainCFSelection(CustomFieldSelectionBean selection)
Method parameters in com.javahollic.jira.emh.api.export.beans with type arguments of type CustomFieldSelectionBean Modifier and Type Method Description void
ConfigurationBean. setCustomFieldSelections(List<CustomFieldSelectionBean> cfSelections)
-