Class AgentBuildValueIterator
- java.lang.Object
-
- jetbrains.buildServer.controllers.agent.statistics.agentValues.AgentBuildValueIterator
-
public class AgentBuildValueIterator extends Object
Created by IntelliJ IDEA. User: Eugene.Petrenko Date: 16.01.2008 Time: 18:01:57
-
-
Field Summary
Fields Modifier and Type Field Description protected long
maxTime
protected long
minTime
protected CoordinateSystem
myCoordinates
protected long
screenRight
protected long
screenSize
-
Constructor Summary
Constructors Constructor Description AgentBuildValueIterator(CoordinateSystem cs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getUsagePercent()
void
iterate(List<AgentBuildValue> values, AgentBuildValueCallback callback)
-
-
-
Field Detail
-
myCoordinates
protected final CoordinateSystem myCoordinates
-
minTime
protected final long minTime
-
maxTime
protected final long maxTime
-
screenSize
protected final long screenSize
-
screenRight
protected final long screenRight
-
-
Constructor Detail
-
AgentBuildValueIterator
public AgentBuildValueIterator(CoordinateSystem cs)
-
-
Method Detail
-
getUsagePercent
public double getUsagePercent()
-
iterate
public void iterate(List<AgentBuildValue> values, AgentBuildValueCallback callback)
-
-