Uses of Class
com.almworks.jira.structure.api.view.ViewSettings
Packages that use ViewSettings
-
Uses of ViewSettings in com.almworks.jira.structure.api.view
Fields in com.almworks.jira.structure.api.view declared as ViewSettingsMethods in com.almworks.jira.structure.api.view that return ViewSettingsModifier and TypeMethodDescriptionViewSettings.Builder.build()Constructs an instance ofViewSettings.StructureViewManager.getDefaultViewSettings()Retrieves the global default view settings, which apply to all structure that don't have view settings overridden.StructureViewManager.getViewSettings(Long structureId) Retrieves view settings for the specified structure.Methods in com.almworks.jira.structure.api.view with parameters of type ViewSettingsModifier and TypeMethodDescriptionvoidStructureViewManager.setDefaultViewSettings(ViewSettings settings) Updates the global default view settings, which apply to all structure that don't have view settings overridden.voidStructureViewManager.setViewSettings(Long structureId, ViewSettings settings) Updates view settings for the specified structure.Constructors in com.almworks.jira.structure.api.view with parameters of type ViewSettingsModifierConstructorDescriptionBuilder(ViewSettings copyFrom) Creates a builder that copies the contents of an already existingViewSettingsinstance.