Class AgentBuildValueLinearizer
- java.lang.Object
-
- jetbrains.buildServer.controllers.agent.statistics.agentValues.AgentBuildValueLinearizer
-
- All Implemented Interfaces:
AgentBuildValueCallback
public class AgentBuildValueLinearizer extends Object implements AgentBuildValueCallback
Created by IntelliJ IDEA. User: Eugene.Petrenko Date: 23.01.2008 Time: 14:38:06
-
-
Constructor Summary
Constructors Constructor Description AgentBuildValueLinearizer(AgentBuildValueCallback callback)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
finished(CoordinateSystem cs)
void
iterate(GroupableAgentBuildValue value, long x, long lengthX)
void
start(CoordinateSystem cs)
-
-
-
Constructor Detail
-
AgentBuildValueLinearizer
public AgentBuildValueLinearizer(AgentBuildValueCallback callback)
-
-
Method Detail
-
start
public void start(CoordinateSystem cs)
- Specified by:
start
in interfaceAgentBuildValueCallback
-
iterate
public void iterate(GroupableAgentBuildValue value, long x, long lengthX)
- Specified by:
iterate
in interfaceAgentBuildValueCallback
-
finished
public void finished(CoordinateSystem cs)
- Specified by:
finished
in interfaceAgentBuildValueCallback
-
-