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 BuildSegmentBean
GroupableAgentBuildValue. 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 class
GroupedBuildSegmentBean
Created by IntelliJ IDEA.class
IdleBuildSegmentBean
Created by IntelliJ IDEA.class
NonIdleBuildSegmentBean
Created by IntelliJ IDEA.class
SingleBuildSegmentBean
Created by IntelliJ IDEA.Methods in jetbrains.buildServer.controllers.agent.statistics.segments.build that return BuildSegmentBean Modifier and Type Method Description static BuildSegmentBean
BuildSegmentBean. createIdle(long startOffset, long length, long startTime, long finishTime)
static BuildSegmentBean
BuildSegmentBean. createSingleton(long startOffset, long length, GroupableAgentBuildValue value)
-