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(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 equals(Object obj)
           
 boolean getCanDeacticateOtherTrendGraphs()
          See canDeacticateOtherTrendGraphs().
 int hashCode()
           
protected  boolean initializeLocal(net.sf.json.JSONObject localConfiguration)
           
protected  boolean initializeLocal(String[] localConfiguration)
           
 String serializeToString()
           
 
Methods inherited from class hudson.plugins.analysis.graph.GraphConfiguration
checkHeight, createDeactivated, createDefault, createDefaultsFile, getBuildCount, getBuildCountString, getDayCount, getDayCountString, getGraph, getGraphType, getHeight, getRegisteredGraphs, getWidth, initializeFrom, initializeFrom, initializeFrom, initializeFrom, initializeFrom, initializeFromFile, isBuildCountDefined, isDayCountDefined, isDefault, isValid, isValidBuildCount, isValidHeight, isValidWidth, isVisible, serializeBoolean, toString, useBuildDateAsDomain
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AnalysisGraphConfiguration

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

Parameters:
availableGraphs - the available graphs
Method Detail

initializeLocal

protected boolean initializeLocal(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 String serializeToString()
Overrides:
serializeToString in class hudson.plugins.analysis.graph.GraphConfiguration

hashCode

public int hashCode()
Overrides:
hashCode in class hudson.plugins.analysis.graph.GraphConfiguration

equals

public boolean equals(Object obj)
Overrides:
equals in class hudson.plugins.analysis.graph.GraphConfiguration


Copyright © 2004-2012 Hudson. All Rights Reserved.