Class ExportResource

java.lang.Object
com.xebialabs.xlrelease.api.internal.ExportResource

@Path("/export") @Controller public class ExportResource extends Object
Provides release exports in various formats.
  • 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)