Uses of Enum Class
com.atlassian.jira.config.managedconfiguration.ManagedConfigurationItemType
Packages that use ManagedConfigurationItemType
-
Uses of ManagedConfigurationItemType in com.atlassian.jira.config.managedconfiguration
Methods in com.atlassian.jira.config.managedconfiguration that return ManagedConfigurationItemTypeModifier and TypeMethodDescriptionManagedConfigurationItem.getItemType()
static ManagedConfigurationItemType
Returns the enum constant of this class with the specified name.static ManagedConfigurationItemType[]
ManagedConfigurationItemType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.jira.config.managedconfiguration with parameters of type ManagedConfigurationItemTypeModifier and TypeMethodDescriptionDefaultManagedConfigurationItemStore.getManagedConfigurationItem
(String itemId, ManagedConfigurationItemType type) ManagedConfigurationItemStore.getManagedConfigurationItem
(String itemId, ManagedConfigurationItemType type) Retrieve theManagedConfigurationItem
description of the specified item ID and type.DefaultManagedConfigurationItemService.getManagedConfigurationItems
(ManagedConfigurationItemType type) DefaultManagedConfigurationItemStore.getManagedConfigurationItems
(ManagedConfigurationItemType type) ManagedConfigurationItemService.getManagedConfigurationItems
(ManagedConfigurationItemType type) Retrieves all of theManagedConfigurationItem
s of the specified type which are currently "available" (meaning their owner is currently available).ManagedConfigurationItemStore.getManagedConfigurationItems
(ManagedConfigurationItemType type) Retrieve all theManagedConfigurationItem
s of the specified type.ManagedConfigurationItemBuilder.setItemType
(ManagedConfigurationItemType itemType)