Uses of Interface
jetbrains.buildServer.controllers.agent.statistics.agentValues.AgentBuildValueCallback
-
Packages that use AgentBuildValueCallback Package Description jetbrains.buildServer.controllers.agent.statistics jetbrains.buildServer.controllers.agent.statistics.agentValues -
-
Uses of AgentBuildValueCallback in jetbrains.buildServer.controllers.agent.statistics
Classes in jetbrains.buildServer.controllers.agent.statistics that implement AgentBuildValueCallback Modifier and Type Class Description class
StatisticsSegmentsBuilder
Created by IntelliJ IDEA. -
Uses of AgentBuildValueCallback in jetbrains.buildServer.controllers.agent.statistics.agentValues
Classes in jetbrains.buildServer.controllers.agent.statistics.agentValues that implement AgentBuildValueCallback Modifier and Type Class Description class
AgentBuildValueLinearizer
Created by IntelliJ IDEA.class
AgentBuildValueLoggingCallback
Created by IntelliJ IDEA.class
AgentBuildValueMergingCallback
Created by IntelliJ IDEA.Methods in jetbrains.buildServer.controllers.agent.statistics.agentValues that return AgentBuildValueCallback Modifier and Type Method Description static AgentBuildValueCallback
AgentBuildValueLoggingCallback. create(AgentBuildValueCallback next)
Methods in jetbrains.buildServer.controllers.agent.statistics.agentValues with parameters of type AgentBuildValueCallback Modifier and Type Method Description static AgentBuildValueCallback
AgentBuildValueLoggingCallback. create(AgentBuildValueCallback next)
void
AgentBuildValueIterator. iterate(List<AgentBuildValue> values, AgentBuildValueCallback callback)
Constructors in jetbrains.buildServer.controllers.agent.statistics.agentValues with parameters of type AgentBuildValueCallback Constructor Description AgentBuildValueLinearizer(AgentBuildValueCallback callback)
AgentBuildValueLoggingCallback(AgentBuildValueCallback callback)
AgentBuildValueMergingCallback(AgentBuildValueCallback callback)
-