public interface InternalReportProxy
| Modifier and Type | Method and Description |
|---|---|
Report |
deploymentsForEnvironment(java.lang.String environment,
com.xebialabs.deployit.core.api.resteasy.Date date,
java.lang.String acceptedContentType) |
Report |
deploymentsKeyIndicator(com.xebialabs.deployit.core.api.resteasy.Date begin,
com.xebialabs.deployit.core.api.resteasy.Date end,
java.lang.String acceptedContentType,
java.lang.String filterType,
java.util.List<com.xebialabs.deployit.engine.api.dto.ConfigurationItemId> configurationItemIds) |
Report |
deploymentsKeyIndicatorAggregatedByFilterType(java.lang.String filterType,
com.xebialabs.deployit.core.api.resteasy.Date begin,
com.xebialabs.deployit.core.api.resteasy.Date end,
java.lang.String acceptedContentType,
java.util.List<com.xebialabs.deployit.engine.api.dto.ConfigurationItemId> configurationItemIds) |
Report |
deploymentsStateBreakdown(java.lang.String filterType,
com.xebialabs.deployit.core.api.resteasy.Date begin,
com.xebialabs.deployit.core.api.resteasy.Date end,
java.lang.String acceptedContentType,
java.util.List<com.xebialabs.deployit.engine.api.dto.ConfigurationItemId> configurationItemIds) |
java.lang.String |
downloadCloudTasksReport(com.xebialabs.deployit.core.api.resteasy.Date begin,
com.xebialabs.deployit.core.api.resteasy.Date end,
java.lang.String acceptedContentType,
java.lang.String filterType,
java.util.List<com.xebialabs.deployit.engine.api.dto.ConfigurationItemId> configurationItemIds) |
java.lang.String |
downloadControlTasksReport(com.xebialabs.deployit.core.api.resteasy.Date begin,
com.xebialabs.deployit.core.api.resteasy.Date end) |
java.lang.String |
downloadDeploymentsForEnvironment(java.lang.String environment,
com.xebialabs.deployit.core.api.resteasy.Date date,
java.lang.String acceptedContentType) |
java.lang.String |
downloadDeploymentsKeyIndicator(java.lang.String filterType,
com.xebialabs.deployit.core.api.resteasy.Date begin,
com.xebialabs.deployit.core.api.resteasy.Date end,
java.lang.String acceptedContentType,
java.util.List<com.xebialabs.deployit.engine.api.dto.ConfigurationItemId> configurationItemIds) |
java.lang.String |
downloadDeploymentsKeyIndicatorAggregatedByFilterType(java.lang.String filterType,
com.xebialabs.deployit.core.api.resteasy.Date begin,
com.xebialabs.deployit.core.api.resteasy.Date end,
java.lang.String acceptedContentType,
java.util.List<com.xebialabs.deployit.engine.api.dto.ConfigurationItemId> configurationItemIds) |
java.lang.String |
downloadDeploymentsStateBreakdown(java.lang.String filterType,
com.xebialabs.deployit.core.api.resteasy.Date begin,
com.xebialabs.deployit.core.api.resteasy.Date end,
java.lang.String acceptedContentType,
java.util.List<com.xebialabs.deployit.engine.api.dto.ConfigurationItemId> configurationItemIds) |
java.lang.String |
downloadTaskReport(com.xebialabs.deployit.core.api.resteasy.Date begin,
com.xebialabs.deployit.core.api.resteasy.Date end,
java.lang.String acceptedContentType,
java.lang.String filterType,
java.util.List<com.xebialabs.deployit.engine.api.dto.ConfigurationItemId> configurationItemIds) |
Report |
getCloudTasksReport(com.xebialabs.deployit.core.api.resteasy.Date begin,
com.xebialabs.deployit.core.api.resteasy.Date end,
java.lang.String acceptedContentType,
java.lang.String filterType,
java.util.List<com.xebialabs.deployit.engine.api.dto.ConfigurationItemId> configurationItemIds) |
Report |
getControlTasksReport(com.xebialabs.deployit.core.api.resteasy.Date begin,
com.xebialabs.deployit.core.api.resteasy.Date end) |
javax.ws.rs.core.Response |
getDashboardWidgetReport(java.lang.String widgetType,
com.xebialabs.deployit.core.api.resteasy.Date begin,
com.xebialabs.deployit.core.api.resteasy.Date end) |
com.xebialabs.deployit.engine.api.execution.TaskWithSteps |
getTask(java.lang.String taskId)
Deprecated.
|
Report |
getTaskReport(com.xebialabs.deployit.core.api.resteasy.Date begin,
com.xebialabs.deployit.core.api.resteasy.Date end,
java.lang.String acceptedContentType,
java.lang.String filterType,
java.util.List<com.xebialabs.deployit.engine.api.dto.ConfigurationItemId> configurationItemIds) |
com.xebialabs.deployit.engine.api.execution.TaskWithBlock |
getTaskWithBlock(java.lang.String taskId) |
java.util.List<com.xebialabs.deployit.engine.api.dto.ConfigurationItemId> |
listCloudEnvironmentTemplates() |
java.util.List<com.xebialabs.deployit.engine.api.dto.ConfigurationItemId> |
listEnvironments() |
Report deploymentsForEnvironment(java.lang.String environment, com.xebialabs.deployit.core.api.resteasy.Date date, @HeaderParam(value="Accept") java.lang.String acceptedContentType)
java.lang.String downloadDeploymentsForEnvironment(java.lang.String environment,
com.xebialabs.deployit.core.api.resteasy.Date date,
@HeaderParam(value="Accept")
java.lang.String acceptedContentType)
@Deprecated com.xebialabs.deployit.engine.api.execution.TaskWithSteps getTask(java.lang.String taskId)
taskId - the ID of the taskcom.xebialabs.deployit.engine.api.execution.TaskWithBlock getTaskWithBlock(java.lang.String taskId)
Report getTaskReport(com.xebialabs.deployit.core.api.resteasy.Date begin, com.xebialabs.deployit.core.api.resteasy.Date end, @HeaderParam(value="Accept") java.lang.String acceptedContentType, java.lang.String filterType, java.util.List<com.xebialabs.deployit.engine.api.dto.ConfigurationItemId> configurationItemIds)
java.lang.String downloadTaskReport(com.xebialabs.deployit.core.api.resteasy.Date begin,
com.xebialabs.deployit.core.api.resteasy.Date end,
@HeaderParam(value="Accept")
java.lang.String acceptedContentType,
java.lang.String filterType,
java.util.List<com.xebialabs.deployit.engine.api.dto.ConfigurationItemId> configurationItemIds)
Report getCloudTasksReport(com.xebialabs.deployit.core.api.resteasy.Date begin, com.xebialabs.deployit.core.api.resteasy.Date end, @HeaderParam(value="Accept") java.lang.String acceptedContentType, java.lang.String filterType, java.util.List<com.xebialabs.deployit.engine.api.dto.ConfigurationItemId> configurationItemIds)
java.lang.String downloadCloudTasksReport(com.xebialabs.deployit.core.api.resteasy.Date begin,
com.xebialabs.deployit.core.api.resteasy.Date end,
@HeaderParam(value="Accept")
java.lang.String acceptedContentType,
java.lang.String filterType,
java.util.List<com.xebialabs.deployit.engine.api.dto.ConfigurationItemId> configurationItemIds)
java.util.List<com.xebialabs.deployit.engine.api.dto.ConfigurationItemId> listCloudEnvironmentTemplates()
Report deploymentsStateBreakdown(java.lang.String filterType, com.xebialabs.deployit.core.api.resteasy.Date begin, com.xebialabs.deployit.core.api.resteasy.Date end, @HeaderParam(value="Accept") java.lang.String acceptedContentType, java.util.List<com.xebialabs.deployit.engine.api.dto.ConfigurationItemId> configurationItemIds)
java.lang.String downloadDeploymentsStateBreakdown(java.lang.String filterType,
com.xebialabs.deployit.core.api.resteasy.Date begin,
com.xebialabs.deployit.core.api.resteasy.Date end,
@HeaderParam(value="Accept")
java.lang.String acceptedContentType,
java.util.List<com.xebialabs.deployit.engine.api.dto.ConfigurationItemId> configurationItemIds)
Report deploymentsKeyIndicator(com.xebialabs.deployit.core.api.resteasy.Date begin, com.xebialabs.deployit.core.api.resteasy.Date end, @HeaderParam(value="Accept") java.lang.String acceptedContentType, java.lang.String filterType, java.util.List<com.xebialabs.deployit.engine.api.dto.ConfigurationItemId> configurationItemIds)
java.lang.String downloadDeploymentsKeyIndicator(java.lang.String filterType,
com.xebialabs.deployit.core.api.resteasy.Date begin,
com.xebialabs.deployit.core.api.resteasy.Date end,
@HeaderParam(value="Accept")
java.lang.String acceptedContentType,
java.util.List<com.xebialabs.deployit.engine.api.dto.ConfigurationItemId> configurationItemIds)
Report getControlTasksReport(com.xebialabs.deployit.core.api.resteasy.Date begin, com.xebialabs.deployit.core.api.resteasy.Date end)
java.lang.String downloadControlTasksReport(com.xebialabs.deployit.core.api.resteasy.Date begin,
com.xebialabs.deployit.core.api.resteasy.Date end)
Report deploymentsKeyIndicatorAggregatedByFilterType(java.lang.String filterType, com.xebialabs.deployit.core.api.resteasy.Date begin, com.xebialabs.deployit.core.api.resteasy.Date end, @HeaderParam(value="Accept") java.lang.String acceptedContentType, java.util.List<com.xebialabs.deployit.engine.api.dto.ConfigurationItemId> configurationItemIds)
java.lang.String downloadDeploymentsKeyIndicatorAggregatedByFilterType(java.lang.String filterType,
com.xebialabs.deployit.core.api.resteasy.Date begin,
com.xebialabs.deployit.core.api.resteasy.Date end,
@HeaderParam(value="Accept")
java.lang.String acceptedContentType,
java.util.List<com.xebialabs.deployit.engine.api.dto.ConfigurationItemId> configurationItemIds)
javax.ws.rs.core.Response getDashboardWidgetReport(java.lang.String widgetType,
com.xebialabs.deployit.core.api.resteasy.Date begin,
com.xebialabs.deployit.core.api.resteasy.Date end)
java.util.List<com.xebialabs.deployit.engine.api.dto.ConfigurationItemId> listEnvironments()