Uses of Interface
ru.slie.luna.issue.priority.PrioritySchema
Packages that use PrioritySchema
-
Uses of PrioritySchema in ru.slie.luna.issue.priority
Methods in ru.slie.luna.issue.priority that return PrioritySchemaModifier and TypeMethodDescriptionMethods in ru.slie.luna.issue.priority that return types with arguments of type PrioritySchemaModifier and TypeMethodDescriptionPrioritySchemaManager.getForPriority(Priority... priorities) PrioritySchemaManager.search(String term, SearchParams params) Methods in ru.slie.luna.issue.priority with parameters of type PrioritySchemaModifier and TypeMethodDescriptionPrioritySchemaManager.delete(PrioritySchema prioritySchema) voidPrioritySchemaManager.update(PrioritySchema prioritySchema, String name, String description) voidPrioritySchemaManager.update(PrioritySchema prioritySchema, String name, String description, List<Priority> priorities) voidPrioritySchemaManager.update(PrioritySchema prioritySchema, List<Priority> priorities) -
Uses of PrioritySchema in ru.slie.luna.project
Methods in ru.slie.luna.project with parameters of type PrioritySchema -
Uses of PrioritySchema in ru.slie.luna.project.template
Methods in ru.slie.luna.project.template that return PrioritySchemaModifier and TypeMethodDescriptionProjectTemplate.getPrioritySchema(ProjectCreationData projectCreationData)