Uses of Interface
com.deiser.jira.profields.api.layout.LayoutBuilder
-
Uses of LayoutBuilder in com.deiser.jira.profields.api.layout
Modifier and TypeMethodDescriptionLayoutBuilder.addSection
(SectionViewBuilder section) Add new section builder into layout.LayoutBuilder.addSections
(SectionViewBuilder... sectionViewBuilders) Add new section builders into layout.LayoutService.getLayoutBuilder()
Get the layout builder.LayoutBuilder.removeAllSections()
Remove all sections of the layout.LayoutBuilder.setDescription
(String description) Set the description of the layout.Set the name of the layout.LayoutBuilder.setSections
(List<SectionViewBuilder> sections) Set section builders into layout.Modifier and TypeMethodDescriptionLayoutService.create
(LayoutBuilder layoutBuilder) Create the layout.