com.xebialabs.deployit.core.api
Interface InternalReportProxy
public interface InternalReportProxy
|
Method Summary |
Report |
deploymentsForEnvironment(java.lang.String environment,
Date date,
java.lang.String acceptedContentType)
|
Report |
deploymentsKeyIndicator(Date begin,
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,
Date begin,
Date end,
java.lang.String acceptedContentType,
java.util.List<com.xebialabs.deployit.engine.api.dto.ConfigurationItemId> configurationItemIds)
|
Report |
deploymentsStateBreakdown(java.lang.String filterType,
Date begin,
Date end,
java.lang.String acceptedContentType,
java.util.List<com.xebialabs.deployit.engine.api.dto.ConfigurationItemId> configurationItemIds)
|
java.lang.String |
downloadDeploymentsForEnvironment(java.lang.String environment,
Date date,
java.lang.String acceptedContentType)
|
java.lang.String |
downloadDeploymentsKeyIndicator(java.lang.String filterType,
Date begin,
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,
Date begin,
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,
Date begin,
Date end,
java.lang.String acceptedContentType,
java.util.List<com.xebialabs.deployit.engine.api.dto.ConfigurationItemId> configurationItemIds)
|
java.lang.String |
downloadTaskReport(Date begin,
Date end,
java.lang.String acceptedContentType,
java.lang.String filterType,
java.util.List<com.xebialabs.deployit.engine.api.dto.ConfigurationItemId> configurationItemIds)
|
javax.ws.rs.core.Response |
getDashboardWidgetReport(java.lang.String widgetType,
Date begin,
Date end)
|
Report |
getTaskReport(Date begin,
Date end,
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> |
listEnvironments()
|
deploymentsForEnvironment
Report deploymentsForEnvironment(java.lang.String environment,
Date date,
@HeaderParam(value="Accept")
java.lang.String acceptedContentType)
downloadDeploymentsForEnvironment
java.lang.String downloadDeploymentsForEnvironment(java.lang.String environment,
Date date,
@HeaderParam(value="Accept")
java.lang.String acceptedContentType)
getTaskReport
Report getTaskReport(Date begin,
Date end,
@HeaderParam(value="Accept")
java.lang.String acceptedContentType,
java.lang.String filterType,
java.util.List<com.xebialabs.deployit.engine.api.dto.ConfigurationItemId> configurationItemIds)
downloadTaskReport
java.lang.String downloadTaskReport(Date begin,
Date end,
@HeaderParam(value="Accept")
java.lang.String acceptedContentType,
java.lang.String filterType,
java.util.List<com.xebialabs.deployit.engine.api.dto.ConfigurationItemId> configurationItemIds)
deploymentsStateBreakdown
Report deploymentsStateBreakdown(java.lang.String filterType,
Date begin,
Date end,
@HeaderParam(value="Accept")
java.lang.String acceptedContentType,
java.util.List<com.xebialabs.deployit.engine.api.dto.ConfigurationItemId> configurationItemIds)
downloadDeploymentsStateBreakdown
java.lang.String downloadDeploymentsStateBreakdown(java.lang.String filterType,
Date begin,
Date end,
@HeaderParam(value="Accept")
java.lang.String acceptedContentType,
java.util.List<com.xebialabs.deployit.engine.api.dto.ConfigurationItemId> configurationItemIds)
deploymentsKeyIndicator
Report deploymentsKeyIndicator(Date begin,
Date end,
@HeaderParam(value="Accept")
java.lang.String acceptedContentType,
java.lang.String filterType,
java.util.List<com.xebialabs.deployit.engine.api.dto.ConfigurationItemId> configurationItemIds)
downloadDeploymentsKeyIndicator
java.lang.String downloadDeploymentsKeyIndicator(java.lang.String filterType,
Date begin,
Date end,
@HeaderParam(value="Accept")
java.lang.String acceptedContentType,
java.util.List<com.xebialabs.deployit.engine.api.dto.ConfigurationItemId> configurationItemIds)
deploymentsKeyIndicatorAggregatedByFilterType
Report deploymentsKeyIndicatorAggregatedByFilterType(java.lang.String filterType,
Date begin,
Date end,
@HeaderParam(value="Accept")
java.lang.String acceptedContentType,
java.util.List<com.xebialabs.deployit.engine.api.dto.ConfigurationItemId> configurationItemIds)
downloadDeploymentsKeyIndicatorAggregatedByFilterType
java.lang.String downloadDeploymentsKeyIndicatorAggregatedByFilterType(java.lang.String filterType,
Date begin,
Date end,
@HeaderParam(value="Accept")
java.lang.String acceptedContentType,
java.util.List<com.xebialabs.deployit.engine.api.dto.ConfigurationItemId> configurationItemIds)
getDashboardWidgetReport
javax.ws.rs.core.Response getDashboardWidgetReport(java.lang.String widgetType,
Date begin,
Date end)
listEnvironments
java.util.List<com.xebialabs.deployit.engine.api.dto.ConfigurationItemId> listEnvironments()