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 TypeMethodDescriptionFieldLayoutSchemaManager.create(String name, String description, FieldLayout defaultLayout) Methods in ru.slie.luna.issue.field.layout that return types with arguments of type FieldLayoutSchemaModifier and TypeMethodDescriptionFieldLayoutSchemaManager.getForContext(IssueContext context) FieldLayoutSchemaManager.getForIssueType(IssueType... issueTypes) FieldLayoutSchemaManager.getForLayout(FieldLayout... fieldLayouts) FieldLayoutSchemaManager.search(String term, SearchParams searchParams) Methods in ru.slie.luna.issue.field.layout with parameters of type FieldLayoutSchemaModifier and TypeMethodDescriptionFieldLayoutSchemaManager.delete(FieldLayoutSchema fieldLayoutSchema) voidFieldLayoutSchemaManager.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)