Class AgentStatisticsGroupingImpl
- java.lang.Object
-
- jetbrains.buildServer.controllers.agent.statistics.AgentStatisticsGroupingImpl
-
- All Implemented Interfaces:
AgentStatisticsGrouping
public class AgentStatisticsGroupingImpl extends Object implements AgentStatisticsGrouping
- Author:
- Eugene Petrenko Created: 24.03.2010 15:37:06
-
-
Constructor Summary
Constructors Constructor Description AgentStatisticsGroupingImpl(AggregatedStatisticsProvider provider, AgentStatisticsInfo info)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MultiMap<AgentHolder,AgentBuildValue>
getAgentBuilds(Date fromDate, Date toDate)
-
-
-
Constructor Detail
-
AgentStatisticsGroupingImpl
public AgentStatisticsGroupingImpl(AggregatedStatisticsProvider provider, AgentStatisticsInfo info)
-
-
Method Detail
-
getAgentBuilds
@NotNull public MultiMap<AgentHolder,AgentBuildValue> getAgentBuilds(@NotNull Date fromDate, @NotNull Date toDate)
- Specified by:
getAgentBuilds
in interfaceAgentStatisticsGrouping
-
-