Uses of Class
jetbrains.buildServer.controllers.agent.statistics.segments.build.BuildSegmentBean
-
-
Uses of BuildSegmentBean in jetbrains.buildServer.controllers.agent.statistics
Methods in jetbrains.buildServer.controllers.agent.statistics that return types with arguments of type BuildSegmentBean Modifier and Type Method Description List<BuildSegmentBean>StatisticsSegmentsBuilder. getBeans()Constructor parameters in jetbrains.buildServer.controllers.agent.statistics with type arguments of type BuildSegmentBean Constructor Description StatisticLineBean(List<BuildSegmentBean> beans, double loadFactor, long size) -
Uses of BuildSegmentBean in jetbrains.buildServer.controllers.agent.statistics.agentValues
Methods in jetbrains.buildServer.controllers.agent.statistics.agentValues that return BuildSegmentBean Modifier and Type Method Description abstract BuildSegmentBeanGroupableAgentBuildValue. create(long offsetX, long length) -
Uses of BuildSegmentBean in jetbrains.buildServer.controllers.agent.statistics.segments.build
Subclasses of BuildSegmentBean in jetbrains.buildServer.controllers.agent.statistics.segments.build Modifier and Type Class Description classGroupedBuildSegmentBeanCreated by IntelliJ IDEA.classIdleBuildSegmentBeanCreated by IntelliJ IDEA.classNonIdleBuildSegmentBeanCreated by IntelliJ IDEA.classSingleBuildSegmentBeanCreated by IntelliJ IDEA.Methods in jetbrains.buildServer.controllers.agent.statistics.segments.build that return BuildSegmentBean Modifier and Type Method Description static BuildSegmentBeanBuildSegmentBean. createIdle(long startOffset, long length, long startTime, long finishTime)static BuildSegmentBeanBuildSegmentBean. createSingleton(long startOffset, long length, GroupableAgentBuildValue value)
-