public class

DefaultUserFormatTypes

extends Object
implements UserFormatTypes
java.lang.Object
   ↳ com.atlassian.jira.plugin.userformat.descriptors.DefaultUserFormatTypes

Summary

Public Constructors
DefaultUserFormatTypes(UserFormatModuleDescriptors userFormatModuleDescriptors)
Public Methods
Iterable<String> get()
Gets all the types which have an enabled user format module descriptor from the plugins system.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.plugin.userformat.descriptors.UserFormatTypes

Public Constructors

public DefaultUserFormatTypes (UserFormatModuleDescriptors userFormatModuleDescriptors)

Public Methods

public Iterable<String> get ()

Gets all the types which have an enabled user format module descriptor from the plugins system.

Returns
  • An Iterable of all the types which have an enabled user format module descriptor.