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 CustomFieldSelectionBeanRegexpProcConfigBean. getIssueAssociationCFSelection()CustomFieldSelectionBeanAutoLabelConfigBean. 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 voidRegexpProcConfigBean. setIssueAssociationCFSelection(CustomFieldSelectionBean issueAssociationCFSelection)voidAutoLabelConfigBean. setSenderDomainCFSelection(CustomFieldSelectionBean selection)Method parameters in com.javahollic.jira.emh.api.export.beans with type arguments of type CustomFieldSelectionBean Modifier and Type Method Description voidConfigurationBean. setCustomFieldSelections(List<CustomFieldSelectionBean> cfSelections)
-