Class StatisticLineBean
- java.lang.Object
-
- jetbrains.buildServer.controllers.agent.statistics.LineBean<BuildSegmentBean>
-
- jetbrains.buildServer.controllers.agent.statistics.StatisticLineBean
-
public class StatisticLineBean extends LineBean<BuildSegmentBean>
Created by IntelliJ IDEA. User: Eugene.Petrenko Date: 13.12.2007 Time: 19:29:13
-
-
Constructor Summary
Constructors Constructor Description StatisticLineBean(List<BuildSegmentBean> beans, double loadFactor, long size)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StatisticLineBean
createLine(CoordinateSystem cs, List<AgentBuildValue> data)
String
getLoadFactor()
double
getLoadFactorValue()
-
-
-
Constructor Detail
-
StatisticLineBean
public StatisticLineBean(List<BuildSegmentBean> beans, double loadFactor, long size)
-
-
Method Detail
-
getLoadFactor
public String getLoadFactor()
-
getLoadFactorValue
public double getLoadFactorValue()
-
createLine
public static StatisticLineBean createLine(CoordinateSystem cs, List<AgentBuildValue> data)
-
-