(Module module)
| 25 | } |
| 26 | |
| 27 | public TreeSet<ArtifactVersion> getModuleVersions(Module module) throws Exception { |
| 28 | Module fetchedModule = getModule(module.getId()); |
| 29 | return fetchedModule.getVersions(); |
| 30 | } |
| 31 | |
| 32 | public Module increaseDownloadCounter(Module module) throws Exception { |
| 33 | return tapirRepository.increaseDownloadCounter(module); |
no test coverage detected