@PublicApi
public interface CustomFieldTypeModuleDescriptors
CustomFieldType
s 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
CustomFieldType s registered in the system. |
@Nonnull @Deprecated List<CustomFieldType<?,?>> getCustomFieldTypes()
getUnorderedCustomFieldTypes()
and sort only when neededCustomFieldType
s registered in the system and sorted by name.CustomFieldType
s@Nonnull default List<CustomFieldType<?,?>> getUnorderedCustomFieldTypes()
CustomFieldType
s registered in the system.CustomFieldType
sio.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.