Uses of Class
net.praqma.jenkins.plugin.drmemory.graphs.AbstractGraph

Packages that use AbstractGraph
net.praqma.jenkins.plugin.drmemory   
net.praqma.jenkins.plugin.drmemory.graphs   
 

Uses of AbstractGraph in net.praqma.jenkins.plugin.drmemory
 

Fields in net.praqma.jenkins.plugin.drmemory with type parameters of type AbstractGraph
static Map<String,AbstractGraph> DrMemoryPublisher.graphTypes
           
 

Methods in net.praqma.jenkins.plugin.drmemory that return AbstractGraph
 AbstractGraph DrMemoryPublisher.getGraph(String type)
           
 AbstractGraph DrMemoryPublisher.DescriptorImpl.getGraph(String type)
           
 

Methods in net.praqma.jenkins.plugin.drmemory that return types with arguments of type AbstractGraph
static Map<String,AbstractGraph> DrMemoryPublisher.getGraphTypes()
           
 

Uses of AbstractGraph in net.praqma.jenkins.plugin.drmemory.graphs
 

Subclasses of AbstractGraph in net.praqma.jenkins.plugin.drmemory.graphs
 class ActualLeaksGraph
           
 class AllLeaksGraph
           
 class BytesOfLeakGraph
           
 class InvalidHeapArgumentsGraph
           
 class StillReachableAllocationsGraph
           
 class TotalLeaksGraph
           
 class UnaddressableAccessesGraph
           
 class UninitializedAccessesGraph
           
 class WarningsGraph
           
 



Copyright © 2004-2014. All Rights Reserved.