Uses of Enum Class
com.atlassian.jira.config.ConstantsManager.CONSTANT_TYPE
Packages that use ConstantsManager.CONSTANT_TYPE
-
Uses of ConstantsManager.CONSTANT_TYPE in com.atlassian.jira.config
Methods in com.atlassian.jira.config that return ConstantsManager.CONSTANT_TYPEModifier and TypeMethodDescriptionConstantsManager.CONSTANT_TYPE.forTypeCaseInsensitive(String type) Returns the enum constant of this class with the specified name.static ConstantsManager.CONSTANT_TYPE[]ConstantsManager.CONSTANT_TYPE.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.jira.config with parameters of type ConstantsManager.CONSTANT_TYPEModifier and TypeMethodDescriptionConstantsManager.getConstantsByIds(ConstantsManager.CONSTANT_TYPE constantType, Collection<String> ids) Converts the list of ids to the objects of appropriate typesDefaultConstantsManager.getConstantsByIds(ConstantsManager.CONSTANT_TYPE constantType, Collection<String> ids) -
Uses of ConstantsManager.CONSTANT_TYPE in com.atlassian.jira.mock
Methods in com.atlassian.jira.mock with parameters of type ConstantsManager.CONSTANT_TYPEModifier and TypeMethodDescriptionMockConstantsManager.getConstantsByIds(ConstantsManager.CONSTANT_TYPE constantType, Collection<String> ids)