Uses of Class
com.almworks.jira.structure.api.view.ViewSpecification
Packages that use ViewSpecification
-
Uses of ViewSpecification in com.almworks.jira.structure.api.view
Fields in com.almworks.jira.structure.api.view declared as ViewSpecificationModifier and TypeFieldDescriptionstatic final ViewSpecificationViewSpecification.EMPTYEmpty specification that does not contain any columns.Methods in com.almworks.jira.structure.api.view that return ViewSpecificationModifier and TypeMethodDescriptionViewSpecification.Builder.build()Builds an instance ofViewSpecification.StructureView.getSpecification()Returns the view specification, which defines the visual configuration of the widgetStructureViewBean.getSpecification()Methods in com.almworks.jira.structure.api.view with parameters of type ViewSpecificationModifier and TypeMethodDescriptionStructureView.setSpecification(ViewSpecification specification) Sets the specification of the view, which defines the visual configuration of the gadget.Constructors in com.almworks.jira.structure.api.view with parameters of type ViewSpecificationModifierConstructorDescriptionBuilder(ViewSpecification specification) Constructs a builder that copies the specification passed as a parameter.