|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecthudson.plugins.analysis.graph.GraphConfiguration
hudson.plugins.analysis.collector.AnalysisGraphConfiguration
public class AnalysisGraphConfiguration
A graph configuration that additionally handles the deactivation of the individual trend graphs of the analysis plug-ins.
| 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 |
|---|
public AnalysisGraphConfiguration(java.util.Collection<hudson.plugins.analysis.graph.BuildResultGraph> availableGraphs)
AnalysisGraphConfiguration.
availableGraphs - the available graphs| Method Detail |
|---|
protected boolean initializeLocal(java.lang.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().
canDeacticateOtherTrendGraphs().public java.lang.String serializeToString()
serializeToString in class hudson.plugins.analysis.graph.GraphConfiguration
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||