Package | Description |
---|---|
com.deiser.jira.profields.api.layout |
Modifier and Type | Method and Description |
---|---|
Layout |
LayoutService.create(LayoutBuilder layoutBuilder)
Create the layout.
|
Layout |
LayoutService.get(Integer id)
Get the layout by id.
|
Layout |
LayoutService.getByName(String name)
Get the layout by name.
|
Layout |
LayoutService.getByProject(com.atlassian.jira.project.Project project)
Get the layout of the project.
|
Layout |
LayoutService.getDefault(com.atlassian.jira.project.type.ProjectType projectType)
Return the default layout for a project type
|
Layout |
LayoutService.getDefaultEmptyLayout()
Return the default empty layout
|
Modifier and Type | Method and Description |
---|---|
List<Layout> |
LayoutService.get()
Get the list of layouts.
|
Modifier and Type | Method and Description |
---|---|
void |
LayoutService.associateToProject(Layout layout,
Long projectId)
Associate a layout to a project.
|
void |
LayoutService.delete(Layout layout)
Delete the layout.
|
void |
LayoutService.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.
|
List<SectionViewBuilder> |
LayoutService.getSectionViewBuildersFrom(Layout layout)
Get all section view builders from layout
|
List<com.atlassian.jira.project.Project> |
LayoutService.getUnassociatedProjects(Layout layout)
Get the list of projects those don't have this associated layout.
|
void |
LayoutService.setDefault(com.atlassian.jira.project.type.ProjectType projectType,
Layout layout)
Set the default layout for a project type
|
void |
LayoutService.update(Layout layout)
Update the layout.
|
Copyright © 2022 DEISER. All Rights Reserved.