org.eclipse.test.internal.performance.results
Class ComponentResults

java.lang.Object
  extended by org.eclipse.test.internal.performance.results.AbstractResults
      extended by org.eclipse.test.internal.performance.results.ComponentResults
All Implemented Interfaces:
java.lang.Comparable

public class ComponentResults
extends AbstractResults

Class to handle performance results of an eclipse component (for example 'org.eclipse.jdt.core'). It gives access to results for each scenario run for this component.

See Also:
ScenarioResults

Field Summary
 
Fields inherited from class org.eclipse.test.internal.performance.results.AbstractResults
BOXES, CONFIGS, DEFAULT_DIM, SUPPORTED_DIMS, VERSION, VERSION_REF
 
Constructor Summary
ComponentResults(AbstractResults parent, java.lang.String name)
           
 
Method Summary
 java.util.List getSummaryScenarios(boolean global, java.lang.String config)
          Returns a list of scenario results which have a summary
 
Methods inherited from class org.eclipse.test.internal.performance.results.AbstractResults
compareTo, copyFile, equals, getBuildDate, getBuildDate, getChildren, getName, getParent, getResults, hashCode, size, timeChrono, timeEnd, timeString, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ComponentResults

public ComponentResults(AbstractResults parent,
                        java.lang.String name)
Method Detail

getSummaryScenarios

public java.util.List getSummaryScenarios(boolean global,
                                          java.lang.String config)
Returns a list of scenario results which have a summary

Parameters:
global - Indicates whether the summary must be global or not.
config - Configuration name
Returns:
A list of scenario results which have a summary