|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.analysis.graph.GraphConfigurationView
hudson.plugins.analysis.graph.UserGraphConfigurationView
hudson.plugins.analysis.collector.AnalysisUserGraphConfigurationView
public class AnalysisUserGraphConfigurationView
Adds some more parameters to the configuration view.
| Constructor Summary | |
|---|---|
AnalysisUserGraphConfigurationView(AnalysisGraphConfiguration configuration,
hudson.model.AbstractProject<?,?> project,
String pluginName,
javax.servlet.http.Cookie[] cookies,
hudson.plugins.analysis.core.BuildHistory buildHistory)
Creates a new instance of AnalysisUserGraphConfigurationView. |
|
| Method Summary | |
|---|---|
boolean |
canDeacticateOtherTrendGraphs()
Returns whether the trend graphs of the other plug-ins could be deactivated. |
protected void |
persistValue(String value,
String pluginName,
org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response)
|
| Methods inherited from class hudson.plugins.analysis.graph.UserGraphConfigurationView |
|---|
createCookieHandler, getDescription, getDisplayName, getUrl |
| Methods inherited from class hudson.plugins.analysis.graph.GraphConfigurationView |
|---|
createDefaultsFile, doSave, getAvailableGraphs, getBuildCount, getBuildCountString, getDayCount, getDayCountString, getDynamic, getGraphRenderer, getGraphRenderer, getGraphRenderer, getGraphType, getHealthDescriptor, getHeight, getKey, getOwner, getTimestamp, getUseBuildDateAsDomain, getWidth, hasMeaningfulGraph, isDeactivated, isHealthGraphAvailable, isVisible, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AnalysisUserGraphConfigurationView(AnalysisGraphConfiguration configuration,
hudson.model.AbstractProject<?,?> project,
String pluginName,
javax.servlet.http.Cookie[] cookies,
hudson.plugins.analysis.core.BuildHistory buildHistory)
AnalysisUserGraphConfigurationView.
configuration - the graph configurationproject - the owning project to configure the graphs forpluginName - The name of the plug-in. Also used as the suffix of the cookie
name that is used to persist the configuration per user.cookies - the cookies containing the graph configurationbuildHistory - the build history for this project| Method Detail |
|---|
protected void persistValue(String value,
String pluginName,
org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response)
persistValue in class hudson.plugins.analysis.graph.UserGraphConfigurationViewpublic boolean canDeacticateOtherTrendGraphs()
true if the trend graphs of the other plug-ins could be deactivated
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||