Package com.xebialabs.deployit.core.api
Interface InternalReportProxyDefaults
- All Superinterfaces:
InternalReportProxy
-
Method Summary
Modifier and TypeMethodDescriptiondefault StringdownloadTaskReport(com.xebialabs.deployit.core.api.resteasy.Date begin, com.xebialabs.deployit.core.api.resteasy.Date end, String filterType, List<String> users, List<String> states, String taskId, String workerName, List<com.xebialabs.deployit.engine.api.dto.ConfigurationItemId> configurationItemIds) static MethodHandles.Lookupdefault Stream<ai.digital.deploy.sql.model.ReportLine> getTaskReport(com.xebialabs.deployit.core.api.resteasy.Date begin, com.xebialabs.deployit.core.api.resteasy.Date end, com.xebialabs.deployit.engine.api.dto.Paging paging, List<com.xebialabs.deployit.engine.api.dto.Ordering> order, String filterType, List<String> users, List<String> states, String taskId, String workerName, List<com.xebialabs.deployit.engine.api.dto.ConfigurationItemId> configurationItemIds) Methods inherited from interface com.xebialabs.deployit.core.api.InternalReportProxy
deploymentsForEnvironment, deploymentsKeyIndicator, deploymentsKeyIndicatorAggregatedByFilterType, deploymentsStateBreakdown, downloadControlTasksReport, downloadDeploymentsForEnvironment, downloadDeploymentsKeyIndicator, downloadDeploymentsKeyIndicatorAggregatedByFilterType, downloadDeploymentsStateBreakdown, downloadStepLogs, downloadTaskReport, generateDeploymentsDashboardReport, getControlTasksReport, getDashboardWidgetReport, getStepBlock, getTask, getTaskReport, getTaskWithBlock, getTaskWithBlockAndSteps, listEnvironments
-
Method Details
-
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)
-