Uses of Class
jetbrains.buildServer.serverSide.statistics.buildtime.AgentBuildValue
-
-
Uses of AgentBuildValue in jetbrains.buildServer.controllers.agent.statistics
Methods in jetbrains.buildServer.controllers.agent.statistics that return types with arguments of type AgentBuildValue Modifier and Type Method Description MultiMap<AgentHolder,AgentBuildValue>
AgentStatisticsGrouping. getAgentBuilds(Date fromDate, Date toDate)
MultiMap<AgentHolder,AgentBuildValue>
AgentStatisticsGroupingImpl. getAgentBuilds(Date fromDate, Date toDate)
Method parameters in jetbrains.buildServer.controllers.agent.statistics with type arguments of type AgentBuildValue Modifier and Type Method Description static LinesBean
LinesBean. create(ProjectManager manager, MultiMap<AgentHolder,AgentBuildValue> data, Date from, Date to, Comparator<Pair<String,Double>> order, boolean groupByPools)
static StatisticLineBean
StatisticLineBean. createLine(CoordinateSystem cs, List<AgentBuildValue> data)
-
Uses of AgentBuildValue in jetbrains.buildServer.controllers.agent.statistics.agentValues
Methods in jetbrains.buildServer.controllers.agent.statistics.agentValues with parameters of type AgentBuildValue Modifier and Type Method Description static GroupableAgentBuildValue
GroupableAgentBuildValue. fromValue(AgentBuildValue value)
Method parameters in jetbrains.buildServer.controllers.agent.statistics.agentValues with type arguments of type AgentBuildValue Modifier and Type Method Description void
AgentBuildValueIterator. iterate(List<AgentBuildValue> values, AgentBuildValueCallback callback)
-
Uses of AgentBuildValue in jetbrains.buildServer.controllers.agent.statistics.segments.build
Methods in jetbrains.buildServer.controllers.agent.statistics.segments.build that return AgentBuildValue Modifier and Type Method Description AgentBuildValue
SingleBuildSegmentBean. getAgentBuildValue()
Constructors in jetbrains.buildServer.controllers.agent.statistics.segments.build with parameters of type AgentBuildValue Constructor Description SingleBuildSegmentBean(long startOffset, long length, long startTime, long finishTime, AgentBuildValue value)
-
Uses of AgentBuildValue in jetbrains.buildServer.serverSide.statistics.buildtime
Methods in jetbrains.buildServer.serverSide.statistics.buildtime that return AgentBuildValue Modifier and Type Method Description AgentBuildValue
ProjectAgentBuildValue. getAgentBuildValue()
AgentBuildValue
BuildTimeInfo. getLongest()
AgentBuildValue
BuildTimeInfo. getShortest()
Methods in jetbrains.buildServer.serverSide.statistics.buildtime that return types with arguments of type AgentBuildValue Modifier and Type Method Description Collection<AgentBuildValue>
AggregatedStatisticsProvider. getAgentBuilds(DateRange dateRange)
Collection<AgentBuildValue>
FinishedBuildsStatisticProvider. getAgentBuilds(DateRange dateRange)
Collection<AgentBuildValue>
RunningBuildsStatisticProvider. getAgentBuilds(DateRange range)
Collection<AgentBuildValue>
TimeStatisticsProvider. getAgentBuilds(DateRange dateRange)
Methods in jetbrains.buildServer.serverSide.statistics.buildtime with parameters of type AgentBuildValue Modifier and Type Method Description void
BuildTimeInfo. add(AgentBuildValue value)
static AgentConfigurationValue
RunningBuildsStatisticProvider. aggregate(AgentConfigurationValue value, AgentBuildValue buildValue)
Constructors in jetbrains.buildServer.serverSide.statistics.buildtime with parameters of type AgentBuildValue Constructor Description ProjectAgentBuildValue(AgentBuildValue agentBuildValue, Collection<BuildPromotionImpl.BuildProjectEntry> historicalPath)
-
Uses of AgentBuildValue in jetbrains.buildServer.serverSide.statistics.buildtime.filter
Constructors in jetbrains.buildServer.serverSide.statistics.buildtime.filter with parameters of type AgentBuildValue Constructor Description Key(AgentBuildValue buildValue)
-