public class AnalysisGraphConfiguration
extends hudson.plugins.analysis.graph.GraphConfiguration
| Constructor and Description |
|---|
AnalysisGraphConfiguration(Collection<hudson.plugins.analysis.graph.BuildResultGraph> availableGraphs)
Creates a new instance of
AnalysisGraphConfiguration. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canDeacticateOtherTrendGraphs()
Returns whether the trend graphs of the other plug-ins could be deactivated.
|
boolean |
equals(Object obj) |
boolean |
getCanDeacticateOtherTrendGraphs()
|
int |
hashCode() |
protected boolean |
initializeLocal(net.sf.json.JSONObject localConfiguration) |
protected boolean |
initializeLocal(String[] localConfiguration) |
String |
serializeToString() |
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, useBuildDateAsDomainpublic AnalysisGraphConfiguration(Collection<hudson.plugins.analysis.graph.BuildResultGraph> availableGraphs)
AnalysisGraphConfiguration.availableGraphs - the available graphsprotected boolean initializeLocal(String[] localConfiguration)
initializeLocal in class hudson.plugins.analysis.graph.GraphConfigurationprotected boolean initializeLocal(net.sf.json.JSONObject localConfiguration)
initializeLocal in class hudson.plugins.analysis.graph.GraphConfigurationpublic boolean canDeacticateOtherTrendGraphs()
true if the trend graphs of the other plug-ins could be deactivatedpublic boolean getCanDeacticateOtherTrendGraphs()
canDeacticateOtherTrendGraphs().public String serializeToString()
serializeToString in class hudson.plugins.analysis.graph.GraphConfigurationpublic int hashCode()
hashCode in class hudson.plugins.analysis.graph.GraphConfigurationpublic boolean equals(Object obj)
equals in class hudson.plugins.analysis.graph.GraphConfigurationCopyright © 2004-2013. All Rights Reserved.