Uses of Interface
ru.slie.luna.issue.resolution.ResolutionSchema
Packages that use ResolutionSchema
-
Uses of ResolutionSchema in ru.slie.luna.issue.resolution
Methods in ru.slie.luna.issue.resolution that return ResolutionSchemaModifier and TypeMethodDescriptionResolutionManager.createResolutionSchema(String name, String description, List<Resolution> resolutions) Methods in ru.slie.luna.issue.resolution that return types with arguments of type ResolutionSchemaModifier and TypeMethodDescriptionResolutionManager.findResolutionSchemas(String term, SearchParams params) ResolutionManager.getResolutionSchemaById(Long id) ResolutionManager.getResolutionSchemaByName(String name) ResolutionManager.getSchemasForResolution(Resolution resolution) Methods in ru.slie.luna.issue.resolution with parameters of type ResolutionSchemaModifier and TypeMethodDescriptionResolutionManager.deleteResolutionSchema(ResolutionSchema resolutionSchema) voidResolutionManager.updateResolutionSchema(ResolutionSchema schema, String name, String description) voidResolutionManager.updateResolutionSchema(ResolutionSchema schema, String name, String description, List<Resolution> resolutions) voidResolutionManager.updateResolutionSchema(ResolutionSchema schema, List<Resolution> resolutions) -
Uses of ResolutionSchema in ru.slie.luna.project
Methods in ru.slie.luna.project with parameters of type ResolutionSchemaModifier and TypeMethodDescriptionvoidProject.setResolutionSchema(ResolutionSchema resolutionSchema)