@PublicApi
public interface CustomFieldTypeModuleDescriptors
CustomFieldType
s 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
CustomFieldType s registered in the system. |
@Nonnull List<CustomFieldType<?,?>> getCustomFieldTypes()
CustomFieldType
s registered in the system.CustomFieldType
scom.atlassian.fugue.Option<CustomFieldType> getCustomFieldType(String completeModuleKey)
completeModuleKey
- Type identifier constructed from plugin XML.Option
with the CustomFieldType
for the given keyCopyright © 2002-2019 Atlassian. All Rights Reserved.