@PublicApi
public interface CustomFieldTypeModuleDescriptors
CustomFieldTypes registered in the system.| Modifier and Type | Method and Description |
|---|---|
com.atlassian.fugue.Option<CustomFieldType> |
getCustomFieldType(String completeModuleKey)
Retrieve a custom field type by its type key.
|
List<CustomFieldType<?,?>> |
getCustomFieldTypes()
Retrieve all
CustomFieldTypes registered in the system. |
@Nonnull List<CustomFieldType<?,?>> getCustomFieldTypes()
CustomFieldTypes registered in the system.CustomFieldTypescom.atlassian.fugue.Option<CustomFieldType> getCustomFieldType(String completeModuleKey)
completeModuleKey - Type identifier constructed from plugin XML.Option with the CustomFieldType for the given keyCopyright © 2002-2017 Atlassian. All Rights Reserved.