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.createSchema(String name, String description, List<Resolution> resolutions) Methods in ru.slie.luna.issue.resolution that return types with arguments of type ResolutionSchemaModifier and TypeMethodDescriptionResolutionManager.getSchemaById(Long id) ResolutionManager.getSchemaByName(String name) ResolutionManager.getSchemasForResolution(Resolution resolution) ResolutionManager.searchSchemas(String term, SearchParams params) Methods in ru.slie.luna.issue.resolution with parameters of type ResolutionSchemaModifier and TypeMethodDescriptionResolutionManager.deleteSchema(ResolutionSchema resolutionSchema) voidResolutionManager.updateSchema(ResolutionSchema schema, String name, String description) voidResolutionManager.updateSchema(ResolutionSchema schema, String name, String description, List<Resolution> resolutions) voidResolutionManager.updateSchema(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)