net.praqma.jenkins.plugin.drmemory.graphs
Class AbstractGraph
java.lang.Object
net.praqma.jenkins.plugin.drmemory.graphs.AbstractGraph
- Direct Known Subclasses:
- ActualLeaksGraph, AllLeaksGraph, BytesOfLeakGraph, InvalidHeapArgumentsGraph, StillReachableAllocationsGraph, TotalLeaksGraph, UnaddressableAccessesGraph, UninitializedAccessesGraph, WarningsGraph
public abstract class AbstractGraph
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractGraph
public AbstractGraph()
getNumber
public abstract float[] getNumber(DrMemoryBuildAction action)
addX
public abstract void addX(hudson.util.DataSetBuilder<String,hudson.util.ChartUtil.NumberOnlyBuildLabel> dsb,
float[] values,
hudson.util.ChartUtil.NumberOnlyBuildLabel label)
getTitle
public abstract String getTitle()
getYAxis
public abstract String getYAxis()
Copyright © 2004-2012. All Rights Reserved.