Interface AgentStatisticsGrouping
-
- All Known Implementing Classes:
AgentStatisticsGroupingImpl
public interface AgentStatisticsGrouping
- Author:
- Eugene Petrenko Created: 24.03.2010 16:05:24
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MultiMap<AgentHolder,AgentBuildValue>
getAgentBuilds(Date fromDate, Date toDate)
-
-
-
Method Detail
-
getAgentBuilds
@NotNull MultiMap<AgentHolder,AgentBuildValue> getAgentBuilds(@NotNull Date fromDate, @NotNull Date toDate)
-
-