public class AnalysisUserGraphConfigurationView
extends hudson.plugins.analysis.graph.UserGraphConfigurationView
| Constructor and Description |
|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
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) |
createCookieHandler, getDescription, getDisplayName, getUrlcreateDefaultsFile, doSave, getAvailableGraphs, getBuildCount, getBuildCountString, getDayCount, getDayCountString, getDynamic, getGraphRenderer, getGraphRenderer, getGraphRenderer, getGraphType, getHealthDescriptor, getHeight, getKey, getOwner, getTimestamp, getUseBuildDateAsDomain, getWidth, hasMeaningfulGraph, isDeactivated, isHealthGraphAvailable, isVisible, toStringpublic 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 projectprotected 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 deactivatedCopyright © 2004-2013. All Rights Reserved.