Uses of Interface
ru.slie.luna.issue.field.layout.FieldLayoutSchema
Packages that use FieldLayoutSchema
-
Uses of FieldLayoutSchema in ru.slie.luna.issue.field.layout
Methods in ru.slie.luna.issue.field.layout that return FieldLayoutSchemaModifier and TypeMethodDescriptionFieldLayoutManager.createSchema(String name, String description, FieldLayout defaultLayout) Methods in ru.slie.luna.issue.field.layout that return types with arguments of type FieldLayoutSchemaModifier and TypeMethodDescriptionFieldLayoutManager.findFieldLayoutSchemas(String term, SearchParams searchParams) FieldLayoutManager.findFieldLayoutSchemas(FieldLayout... fieldLayouts) FieldLayoutManager.getFieldLayoutSchema(IssueContext issue) FieldLayoutManager.getFieldLayoutSchemaById(Long schemaId) FieldLayoutManager.getSchemasForIssueType(IssueType... issueTypes) Methods in ru.slie.luna.issue.field.layout with parameters of type FieldLayoutSchemaModifier and TypeMethodDescriptionFieldLayoutManager.deleteFieldLayout(FieldLayoutSchema fieldLayoutSchema) voidFieldLayoutManager.save(FieldLayoutSchema fieldLayoutSchema) -
Uses of FieldLayoutSchema in ru.slie.luna.project
Methods in ru.slie.luna.project with parameters of type FieldLayoutSchemaModifier and TypeMethodDescriptionvoidProject.setFieldLayoutSchema(FieldLayoutSchema fieldLayoutSchema)