Uses of Interface
com.almworks.jira.structure.api.settings.UISettings
Packages that use UISettings
-
Uses of UISettings in com.almworks.jira.structure.api.settings
Classes in com.almworks.jira.structure.api.settings that implement UISettingsModifier and TypeClassDescriptionclassThis implementation of theUISettingscan be used to modify the settings withStructureConfiguration.setUISettings(com.atlassian.jira.user.ApplicationUser, com.atlassian.jira.project.Project, com.almworks.jira.structure.api.settings.UISettings).Methods in com.almworks.jira.structure.api.settings that return UISettingsModifier and TypeMethodDescriptionStructureConfiguration.getUISettings(ApplicationUser user, Project project) Retrieves user interface settings for the specified user and project.Methods in com.almworks.jira.structure.api.settings with parameters of type UISettingsModifier and TypeMethodDescriptionvoidStructureConfiguration.setUISettings(ApplicationUser user, Project project, UISettings settings) This method is used to update the user interface settings - either system-wide default settings or per-user settings or per-project settings.Constructors in com.almworks.jira.structure.api.settings with parameters of type UISettingsModifierConstructorDescriptionUISettingsBean(UISettings copyFrom) Creates a new bean and copies all set values from another instance of UISettings.