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 classStatisticsSegmentsBuilderCreated 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 classAgentBuildValueLinearizerCreated by IntelliJ IDEA.classAgentBuildValueLoggingCallbackCreated by IntelliJ IDEA.classAgentBuildValueMergingCallbackCreated by IntelliJ IDEA.Methods in jetbrains.buildServer.controllers.agent.statistics.agentValues that return AgentBuildValueCallback Modifier and Type Method Description static AgentBuildValueCallbackAgentBuildValueLoggingCallback. create(AgentBuildValueCallback next)Methods in jetbrains.buildServer.controllers.agent.statistics.agentValues with parameters of type AgentBuildValueCallback Modifier and Type Method Description static AgentBuildValueCallbackAgentBuildValueLoggingCallback. create(AgentBuildValueCallback next)voidAgentBuildValueIterator. 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)
-