Class AgentStatisticsMatrixCell
- java.lang.Object
-
- jetbrains.buildServer.controllers.agent.statistics.table.AgentStatisticsMatrixCell
-
- All Implemented Interfaces:
Plussable<AgentStatisticsMatrixCell>
public class AgentStatisticsMatrixCell extends Object implements Plussable<AgentStatisticsMatrixCell>
- Author:
- Eugene Petrenko Created: 16.03.2010 20:29:20
-
-
Constructor Summary
Constructors Constructor Description AgentStatisticsMatrixCell(int buildsCount, BigDecimal loadTime)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getBuildsCount()
BigDecimal
getLoadTime()
AgentStatisticsMatrixCell
plus(AgentStatisticsMatrixCell b)
-
-
-
Constructor Detail
-
AgentStatisticsMatrixCell
public AgentStatisticsMatrixCell(int buildsCount, @NotNull BigDecimal loadTime)
-
-
Method Detail
-
getBuildsCount
public int getBuildsCount()
-
getLoadTime
@NotNull public BigDecimal getLoadTime()
-
plus
@NotNull public AgentStatisticsMatrixCell plus(@NotNull AgentStatisticsMatrixCell b)
- Specified by:
plus
in interfacePlussable<AgentStatisticsMatrixCell>
-
-