| Package | Description |
|---|---|
| com.almworks.jira.structure.api.settings |
| Modifier and Type | Class and Description |
|---|---|
class |
UISettingsBean
This implementation of the
UISettings can be used to modify the settings with
StructureConfiguration.setUISettings(com.atlassian.jira.user.ApplicationUser, com.atlassian.jira.project.Project, com.almworks.jira.structure.api.settings.UISettings). |
| Modifier and Type | Method and Description |
|---|---|
UISettings |
StructureConfiguration.getUISettings(ApplicationUser user,
Project project)
Retrieves user interface settings for the specified user and project.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StructureConfiguration.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.
|
| Constructor and Description |
|---|
UISettingsBean(UISettings copyFrom)
Creates a new bean and copies all set values from another instance of UISettings.
|
Copyright © 2023 ALM Works. All Rights Reserved.