Uses of Interface
com.deiser.jira.profields.api.layout.Layout
Packages that use Layout
-
Uses of Layout in com.deiser.jira.profields.api.event.model
Methods in com.deiser.jira.profields.api.event.model that return LayoutModifier and TypeMethodDescriptionProfieldsLayoutAssociatedEvent.getLayout()ProfieldsLayoutDisassociatedEvent.getLayout()ProfieldsLayoutUpdatedEvent.getNewLayout()ProfieldsLayoutUpdatedEvent.getOldLayout()Constructors in com.deiser.jira.profields.api.event.model with parameters of type LayoutModifierConstructorDescriptionProfieldsLayoutAssociatedEvent(com.atlassian.jira.user.ApplicationUser user, Layout layout, com.atlassian.jira.project.Project project) ProfieldsLayoutDisassociatedEvent(com.atlassian.jira.user.ApplicationUser user, Layout layout, com.atlassian.jira.project.Project project) ProfieldsLayoutUpdatedEvent(com.atlassian.jira.user.ApplicationUser user, Layout oldLayout, Layout newLayout) -
Uses of Layout in com.deiser.jira.profields.api.layout
Methods in com.deiser.jira.profields.api.layout that return LayoutModifier and TypeMethodDescriptionLayoutService.create(LayoutBuilder layoutBuilder) Create the layout.Get the layout by id.Get the layout by name.LayoutService.getByProject(com.atlassian.jira.project.Project project) Get the layout of the project.LayoutService.getDefault(com.atlassian.jira.project.type.ProjectType projectType) Return the default layout for a project typeLayoutService.getDefaultEmptyLayout()Return the default empty layoutMethods in com.deiser.jira.profields.api.layout that return types with arguments of type LayoutMethods in com.deiser.jira.profields.api.layout with parameters of type LayoutModifier and TypeMethodDescriptionvoidLayoutService.associateToProject(Layout layout, Long projectId) Associate a layout to a project.voidDelete the layout.voidLayoutService.disassociateToProject(Layout layout, Long projectId) Disassociate a layout from a project.List<com.atlassian.jira.project.Project>LayoutService.getProjects(Layout layout) Get the list of projects that have the layout.List<com.atlassian.jira.project.Project>LayoutService.getProjectsWithPredefinedLayout(Layout layout) Get the list of projects that have the layout.LayoutService.getSectionViewBuildersFrom(Layout layout) Get all section view builders from layoutList<com.atlassian.jira.project.Project>LayoutService.getUnassociatedProjects(Layout layout) Get the list of projects those don't have this associated layout.voidLayoutService.setDefault(com.atlassian.jira.project.type.ProjectType projectType, Layout layout) Set the default layout for a project typevoidUpdate the layout.