Uses of Class
com.almworks.jira.structure.api.view.ViewSettings.Builder
Packages that use ViewSettings.Builder
-
Uses of ViewSettings.Builder in com.almworks.jira.structure.api.view
Methods in com.almworks.jira.structure.api.view that return ViewSettings.BuilderModifier and TypeMethodDescriptionViewSettings.Builder.addView(int index, long viewId, Collection<StructurePage> menuPages, Collection<StructurePage> defaultPages) Adds specified view to the list of associated views, or inserts it as a specific position in the list.ViewSettings.Builder.addView(long viewId, boolean defaultView) Adds the specified view to the list of associated views, optionally making it the default for all pages.ViewSettings.Builder.addViews(long... viewIds) Adds specified views to the list of associated views.