Uses of Enum Class
com.almworks.jira.structure.api.settings.StructurePage
Packages that use StructurePage
-
Uses of StructurePage in com.almworks.jira.structure.api.settings
Methods in com.almworks.jira.structure.api.settings that return StructurePageModifier and TypeMethodDescriptionstatic StructurePagestatic StructurePageReturns the enum constant of this class with the specified name.static StructurePage[]StructurePage.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 that return types with arguments of type StructurePageModifier and TypeMethodDescriptionstatic EnumSet<StructurePage>StructurePage.enumSet(Collection<StructurePage> pages) Methods in com.almworks.jira.structure.api.settings with parameters of type StructurePageModifier and TypeMethodDescriptionUISettings.getAutoSwitchStrategy(StructurePage page) Returns auto-switch strategy for the specified page.UISettingsBean.getAutoSwitchStrategy(StructurePage page) UISettingsBean.setAutoSwitchStrategy(StructurePage page, AutoSwitchStrategy strategy) Changes auto-switch strategy for the given page.Method parameters in com.almworks.jira.structure.api.settings with type arguments of type StructurePageModifier and TypeMethodDescriptionstatic EnumSet<StructurePage>StructurePage.enumSet(Collection<StructurePage> pages) -
Uses of StructurePage in com.almworks.jira.structure.api.view
Fields in com.almworks.jira.structure.api.view with type parameters of type StructurePageModifier and TypeFieldDescriptionstatic final Set<StructurePage>ViewSettings.ALL_PAGESstatic final Set<StructurePage>ViewSettings.NO_PAGESstatic final Set<StructurePage>ViewSettings.PAGES_WITH_DEFAULT_VIEWMethods in com.almworks.jira.structure.api.view that return types with arguments of type StructurePageModifier and TypeMethodDescriptionViewSettings.AssociatedView.Builder.getDefaultPages()ViewSettings.AssociatedView.getDefaultPages()ViewSettings.AssociatedView.Builder.getMenuPages()ViewSettings.AssociatedView.getMenuPages()Methods in com.almworks.jira.structure.api.view with parameters of type StructurePageModifier and TypeMethodDescriptionViewSettings.getDefaultViewForPage(StructurePage page) Retrieves a default view ID for a given page.StructureViewManager.getMenuItems(Long structureId, StructurePage page) This method retrieves a list of entries for the "Views" drop-down menu on the specified page, for the specified structure.booleanViewSettings.AssociatedView.isDefault(StructurePage page) Checks if the view is the default on the specified page.booleanViewSettings.AssociatedView.isOnMenu(StructurePage page) Checks if the view should be displayed in the menu on the specified page.voidStructureViewManager.makeDefaultForStructure(Long viewId, Long structureId, StructurePage page) Makes the specified view default for the given structure on the given pageMethod parameters in com.almworks.jira.structure.api.view with type arguments of type StructurePageModifier and TypeMethodDescriptionViewSettings.Builder.addView(int index, long viewId, Collection<StructurePage> menuPages, Collection<StructurePage> defaultPages) Adds specified view to the list of associated views, or inserts it as a specific position in the list.voidViewSettings.AssociatedView.Builder.setDefaultPages(Set<StructurePage> defaultPages) Updates the set of pages on which the associated view will be the default view.voidViewSettings.AssociatedView.Builder.setMenuPages(Set<StructurePage> menuPages) Updates the set of pages on which the associated view will be in the menu.