com.atlassian.jira.plugin.userformat.descriptors
Interface UserFormatTypes

All Known Implementing Classes:
DefaultUserFormatTypes

public interface UserFormatTypes

Represents the user format types that have been defined in the user format module descriptors that are enabled in the plugins system.

Since:
v4.4

Method Summary
 Iterable<String> get()
          Gets all the types which have an enabled user format module descriptor from the plugins system.
 

Method Detail

get

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.


Copyright © 2002-2014 Atlassian. All Rights Reserved.