public class AnalysisDefaultGraphConfigurationView
extends hudson.plugins.analysis.graph.DefaultGraphConfigurationView
| Constructor and Description |
|---|
AnalysisDefaultGraphConfigurationView(AnalysisGraphConfiguration configuration,
hudson.model.AbstractProject<?,?> project,
String pluginName,
hudson.plugins.analysis.core.BuildHistory buildHistory)
Creates a new instance of
AnalysisDefaultGraphConfigurationView. |
| 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) |
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 AnalysisDefaultGraphConfigurationView(AnalysisGraphConfiguration configuration, hudson.model.AbstractProject<?,?> project, String pluginName, hudson.plugins.analysis.core.BuildHistory buildHistory)
AnalysisDefaultGraphConfigurationView.configuration - the graph configurationproject - the owning project to configure the graphs forpluginName - The name of the plug-in.buildHistory - the build history for this projectprotected void persistValue(String value, String pluginName, org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response) throws FileNotFoundException, IOException
persistValue in class hudson.plugins.analysis.graph.DefaultGraphConfigurationViewFileNotFoundExceptionIOExceptionpublic boolean canDeacticateOtherTrendGraphs()
true if the trend graphs of the other plug-ins could be deactivatedCopyright © 2004-2014. All Rights Reserved.