Class ExportResource
java.lang.Object
com.xebialabs.xlrelease.api.internal.ExportResource
Provides release exports in various formats.
-
Constructor Summary
ConstructorsConstructorDescriptionExportResource(com.xebialabs.xlrelease.security.PermissionChecker permissions, ReleaseService releaseService, com.xebialabs.xlrelease.api.v1.ReleaseApi releaseApi) -
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponsedownloadAttachment(String attachmentId) jakarta.ws.rs.core.ResponseexportReleaseToCalendar(String releaseId)
-
Constructor Details
-
ExportResource
@Autowired public ExportResource(com.xebialabs.xlrelease.security.PermissionChecker permissions, ReleaseService releaseService, com.xebialabs.xlrelease.api.v1.ReleaseApi releaseApi)
-
-
Method Details
-
downloadAttachment
@GET @Path("attachments/{attachmentId}") @Produces("application/octet-stream") public jakarta.ws.rs.core.Response downloadAttachment(@PathParam("attachmentId") String attachmentId) -
exportReleaseToCalendar
@GET @Path("calendar/{releaseId}") @Produces("application/octet-stream") public jakarta.ws.rs.core.Response exportReleaseToCalendar(@PathParam("releaseId") String releaseId)
-