Uses of Interface
ru.slie.luna.issue.resolution.Resolution
Packages that use Resolution
-
Uses of Resolution in ru.slie.luna.issue.resolution
Methods in ru.slie.luna.issue.resolution that return ResolutionModifier and TypeMethodDescriptionMethods in ru.slie.luna.issue.resolution that return types with arguments of type ResolutionModifier and TypeMethodDescriptionResolutionSchema.getResolutions()ResolutionManager.search(String term, SearchParams params) Methods in ru.slie.luna.issue.resolution with parameters of type ResolutionModifier and TypeMethodDescriptionResolutionManager.delete(Resolution resolution) ResolutionManager.getSchemasForResolution(Resolution resolution) voidResolutionManager.update(Resolution resolution, String name, String description) Method parameters in ru.slie.luna.issue.resolution with type arguments of type ResolutionModifier and TypeMethodDescriptionResolutionManager.createSchema(String name, String description, List<Resolution> resolutions) voidResolutionManager.updateSchema(ResolutionSchema schema, String name, String description, List<Resolution> resolutions) voidResolutionManager.updateSchema(ResolutionSchema schema, List<Resolution> resolutions)