Interface InternalReportProxyDefaults

All Superinterfaces:
InternalReportProxy

public interface InternalReportProxyDefaults extends InternalReportProxy
  • Method Details

    • getLookup

      static MethodHandles.Lookup getLookup()
    • getTaskReport

      default Stream<ai.digital.deploy.sql.model.ReportLine> getTaskReport(@QueryParam("begin") com.xebialabs.deployit.core.api.resteasy.Date begin, @QueryParam("end") com.xebialabs.deployit.core.api.resteasy.Date end, @BeanParam com.xebialabs.deployit.engine.api.dto.Paging paging, @QueryParam("order") List<com.xebialabs.deployit.engine.api.dto.Ordering> order, @QueryParam("filterType") String filterType, @QueryParam("users") List<String> users, @QueryParam("states") List<String> states, @QueryParam("taskId") String taskId, @QueryParam("worker") String workerName, List<com.xebialabs.deployit.engine.api.dto.ConfigurationItemId> configurationItemIds)
    • downloadTaskReport

      default String downloadTaskReport(@QueryParam("begin") com.xebialabs.deployit.core.api.resteasy.Date begin, @QueryParam("end") com.xebialabs.deployit.core.api.resteasy.Date end, @QueryParam("filterType") String filterType, @QueryParam("users") List<String> users, @QueryParam("states") List<String> states, @QueryParam("taskId") String taskId, @QueryParam("worker") String workerName, List<com.xebialabs.deployit.engine.api.dto.ConfigurationItemId> configurationItemIds)