hudson.plugins.analysis.collector
Class AnalysisGraphConfiguration

java.lang.Object
  extended by hudson.plugins.analysis.graph.GraphConfiguration
      extended by hudson.plugins.analysis.collector.AnalysisGraphConfiguration

public class AnalysisGraphConfiguration
extends hudson.plugins.analysis.graph.GraphConfiguration

A graph configuration that additionally handles the deactivation of the individual trend graphs of the analysis plug-ins.

Author:
Ulli Hafner

Field Summary
 
Fields inherited from class hudson.plugins.analysis.graph.GraphConfiguration
SEPARATOR
 
Constructor Summary
AnalysisGraphConfiguration(java.util.Collection<hudson.plugins.analysis.graph.BuildResultGraph> availableGraphs)
          Creates a new instance of AnalysisGraphConfiguration.
 
Method Summary
 boolean canDeacticateOtherTrendGraphs()
          Returns whether the trend graphs of the other plug-ins could be deactivated.
 boolean getCanDeacticateOtherTrendGraphs()
          See canDeacticateOtherTrendGraphs().
protected  boolean initializeLocal(net.sf.json.JSONObject localConfiguration)
          
protected  boolean initializeLocal(java.lang.String[] localConfiguration)
          
 java.lang.String serializeToString()
          
 
Methods inherited from class hudson.plugins.analysis.graph.GraphConfiguration
checkHeight, createDeactivated, createDefault, createDefaultsFile, equals, getBuildCount, getBuildCountString, getDayCount, getDayCountString, getGraph, getGraphType, getHeight, getRegisteredGraphs, getWidth, hashCode, initializeFrom, initializeFrom, initializeFromFile, isBuildCountDefined, isDayCountDefined, isDefault, isValid, isValidBuildCount, isValidHeight, isValidWidth, isVisible, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AnalysisGraphConfiguration

public AnalysisGraphConfiguration(java.util.Collection<hudson.plugins.analysis.graph.BuildResultGraph> availableGraphs)
Creates a new instance of AnalysisGraphConfiguration.

Parameters:
availableGraphs - the available graphs
Method Detail

initializeLocal

protected boolean initializeLocal(java.lang.String[] localConfiguration)

Overrides:
initializeLocal in class hudson.plugins.analysis.graph.GraphConfiguration

initializeLocal

protected boolean initializeLocal(net.sf.json.JSONObject localConfiguration)

Overrides:
initializeLocal in class hudson.plugins.analysis.graph.GraphConfiguration

canDeacticateOtherTrendGraphs

public boolean canDeacticateOtherTrendGraphs()
Returns whether the trend graphs of the other plug-ins could be deactivated.

Returns:
true if the trend graphs of the other plug-ins could be deactivated

getCanDeacticateOtherTrendGraphs

public boolean getCanDeacticateOtherTrendGraphs()
See canDeacticateOtherTrendGraphs().

Returns:
see canDeacticateOtherTrendGraphs().

serializeToString

public java.lang.String serializeToString()

Overrides:
serializeToString in class hudson.plugins.analysis.graph.GraphConfiguration


Copyright © 2010. All Rights Reserved.