@Path(value="/io")
public interface IIOModule
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
importVersions(Set<PackageVersion> versions)
Batch import versions of packages into cloudconductor.
Also cleans up the package versions of the existing packages. Used mainly for import of provided versions within yum (see cloudconductor/package/helper/syncYum.sh) |
@POST @Path(value="/versions") @Consumes(value="application/json;charset=UTF-8") javax.ws.rs.core.Response importVersions(Set<PackageVersion> versions)
versions - the versions of a package to addCopyright © 2013-2014 Cinovo AG. All Rights Reserved.