Package com.xebialabs.deployit.core.api
Interface DownloadService
@Path("/internal/download")
@Produces("application/octet-stream")
public interface DownloadService
-
Method Summary
-
Method Details
-
download
@GET @Path("{downloadkey}") jakarta.ws.rs.core.Response download(@PathParam("downloadkey") String downloadKey)
-