Uses of Package
com.almworks.jira.structure.api.view
Packages that use com.almworks.jira.structure.api.view
Package
Description
This package and subpackages contain Structure API, which can be used to integrate with and extend Structure add-on for JIRA.
-
Classes in com.almworks.jira.structure.api.view used by com.almworks.jira.structure.apiClassDescription
StructureViewManageris a component that manages Structure views. -
Classes in com.almworks.jira.structure.api.view used by com.almworks.jira.structure.api.exportClassDescriptionRepresents a single column configuration in the Structure widget.
-
Classes in com.almworks.jira.structure.api.view used by com.almworks.jira.structure.api.viewClassDescription
StructureViewrepresents a view - a named collection of parameters (such as grid columns) that are used to configure how Structure widget displays a structure.Immutable representation of theStructureViewproperties.A builder class forStructureViewBean, this class can be also used as the input forStructureView.update(com.almworks.jira.structure.api.view.StructureViewBean.Builder).StructureViewMenuItemis a small helper class that is basically a pair ofStructureViewand aboolean.View settings define a structure's parameters with regards to views - which views are associated with the structure and which views are default on which pages.AssociatedViewis a record of a view association withinViewSettings.The builder forViewSettings.AssociatedViewrecord.View settings builder allows to construct instances ofViewSettingsand serialize them into JSON format.ViewSpecificationrepresents the visual configuration of a structure grid.A builder forViewSpecification, also used to serialize view specification into JSON.Represents a single column configuration in the Structure widget.ViewSpecification.Column.Builderis used to create instances ofViewSpecification.Column, and also to convert them to JSON format.