| Package | Description |
|---|---|
| com.almworks.jira.structure.api.view |
| Modifier and Type | Field and Description |
|---|---|
static ViewSettings |
ViewSettings.EMPTY_SETTINGS |
| Modifier and Type | Method and Description |
|---|---|
ViewSettings |
ViewSettings.Builder.build()
Constructs an instance of
ViewSettings. |
ViewSettings |
StructureViewManager.getDefaultViewSettings()
Retrieves the global default view settings, which apply to all structure that don't have
view settings overridden.
|
ViewSettings |
StructureViewManager.getViewSettings(Long structureId)
Retrieves view settings for the specified structure.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StructureViewManager.setDefaultViewSettings(ViewSettings settings)
Updates the global default view settings, which apply to all structure that don't have
view settings overridden.
|
void |
StructureViewManager.setViewSettings(Long structureId,
ViewSettings settings)
Updates view settings for the specified structure.
|
| Constructor and Description |
|---|
Builder(ViewSettings copyFrom)
Creates a builder that copies the contents of an already existing
ViewSettings instance. |
Copyright © 2019 ALM Works. All Rights Reserved.