@PublicApi
public interface CustomFieldTypeModuleDescriptors
CustomFieldTypes registered in the system.| Modifier and Type | Method and Description |
|---|---|
io.atlassian.fugue.Option<CustomFieldType> |
getCustomFieldType(String completeModuleKey)
Retrieve a custom field type by its type key.
|
List<CustomFieldType<?,?>> |
getCustomFieldTypes()
Deprecated.
since 8.10 use
getUnorderedCustomFieldTypes() and sort only when needed |
default List<CustomFieldType<?,?>> |
getUnorderedCustomFieldTypes()
Retrieve all
CustomFieldTypes registered in the system. |
@Nonnull @Deprecated List<CustomFieldType<?,?>> getCustomFieldTypes()
getUnorderedCustomFieldTypes() and sort only when neededCustomFieldTypes registered in the system and sorted by name.CustomFieldTypes@Nonnull default List<CustomFieldType<?,?>> getUnorderedCustomFieldTypes()
CustomFieldTypes registered in the system.CustomFieldTypesio.atlassian.fugue.Option<CustomFieldType> getCustomFieldType(String completeModuleKey)
completeModuleKey - Type identifier constructed from plugin XML.Option with the CustomFieldType for the given keyCopyright © 2002-2022 Atlassian. All Rights Reserved.