Uses of Enum Class
com.almworks.jira.structure.api.settings.AutoSwitchStrategy
Packages that use AutoSwitchStrategy
-
Uses of AutoSwitchStrategy in com.almworks.jira.structure.api.settings
Fields in com.almworks.jira.structure.api.settings declared as AutoSwitchStrategyModifier and TypeFieldDescriptionstatic final AutoSwitchStrategyAutoSwitchStrategy.PLUGIN_DEFAULT_AUTOSWITCH_STRATEGYDefines system default auto-switch strategy for an issue page.Methods in com.almworks.jira.structure.api.settings that return AutoSwitchStrategyModifier and TypeMethodDescriptionstatic AutoSwitchStrategyAutoSwitchStrategy.fromStringCode(String code) UISettings.getAutoSwitchStrategy(StructurePage page) Returns auto-switch strategy for the specified page.UISettingsBean.getAutoSwitchStrategy(StructurePage page) static AutoSwitchStrategyReturns the enum constant of this class with the specified name.static AutoSwitchStrategy[]AutoSwitchStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.almworks.jira.structure.api.settings with parameters of type AutoSwitchStrategyModifier and TypeMethodDescriptionUISettingsBean.setAutoSwitchStrategy(StructurePage page, AutoSwitchStrategy strategy) Changes auto-switch strategy for the given page.