Uses of Interface
jetbrains.buildServer.web.statistics.graph.GraphDrawer
-
Packages that use GraphDrawer Package Description jetbrains.buildServer.web.statistics.graph jetbrains.buildServer.web.statistics.graph.build -
-
Uses of GraphDrawer in jetbrains.buildServer.web.statistics.graph
Constructors in jetbrains.buildServer.web.statistics.graph with parameters of type GraphDrawer Constructor Description BuildGraphBean(GraphDrawer drawer, String graphKey, ValueType valueType, GraphDescriptor graphDescriptor, BuildChartSettings settings, TimeZone userTimeZone)
BuildGraphBean(GraphDrawer drawer, String graphKey, ValueType valueType, GraphDescriptor graphDescriptor, BuildChartSettings settings, TimeZone userTimeZone, javax.servlet.http.HttpSession session, Map<String,String> _defaults)
-
Uses of GraphDrawer in jetbrains.buildServer.web.statistics.graph.build
Classes in jetbrains.buildServer.web.statistics.graph.build that implement GraphDrawer Modifier and Type Class Description class
GraphDrawerImpl
Draws graph from filtered data.
-