Class DefaultUserFormatTypes
java.lang.Object
com.atlassian.jira.plugin.userformat.descriptors.DefaultUserFormatTypes
- All Implemented Interfaces:
UserFormatTypes
- Since:
- v4.4
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultUserFormatTypes(UserFormatModuleDescriptors userFormatModuleDescriptors) -
Method Summary
-
Constructor Details
-
DefaultUserFormatTypes
-
-
Method Details
-
get
Description copied from interface:UserFormatTypesGets all the types which have an enabled user format module descriptor from the plugins system.- Specified by:
getin interfaceUserFormatTypes- Returns:
- An Iterable of all the types which have an enabled user format module descriptor.
-