Interface TimeStatisticsProvider
-
- All Known Implementing Classes:
AggregatedStatisticsProvider
,FinishedBuildsStatisticProvider
,RunningBuildsStatisticProvider
public interface TimeStatisticsProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<AgentBuildValue>
getAgentBuilds(DateRange dateRange)
Collection<AgentConfigurationValue>
getAgentConfigurationValue(DateRange dateRange)
-
-
-
Method Detail
-
getAgentBuilds
@NotNull @Secured("VIEW_AGENT_USAGE_STATISTICS") Collection<AgentBuildValue> getAgentBuilds(@NotNull DateRange dateRange)
-
getAgentConfigurationValue
@NotNull @Secured("VIEW_AGENT_USAGE_STATISTICS") Collection<AgentConfigurationValue> getAgentConfigurationValue(@NotNull DateRange dateRange)
-
-