|
||||||||||
| 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.DefaultGraphConfigurationView
public class DefaultGraphConfigurationView
Configures the default values for the trend graph of this plug-in.
| Constructor Summary | |
|---|---|
DefaultGraphConfigurationView(GraphConfiguration configuration,
hudson.model.AbstractProject<?,?> project,
String pluginName,
BuildHistory buildHistory)
Creates a new instance of DefaultGraphConfigurationView. |
|
DefaultGraphConfigurationView(GraphConfiguration configuration,
hudson.model.AbstractProject<?,?> project,
String pluginName,
BuildHistory buildHistory,
String url)
Creates a new instance of DefaultGraphConfigurationView. |
|
| Method Summary | |
|---|---|
String |
getDescription()
Returns the description for this view. |
String |
getDisplayName()
|
String |
getUrl()
Returns the URL of this object. |
protected void |
persistValue(String value,
String pluginName,
org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response)
Persists the configured values. |
| 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 DefaultGraphConfigurationView(GraphConfiguration configuration,
hudson.model.AbstractProject<?,?> project,
String pluginName,
BuildHistory buildHistory,
String url)
DefaultGraphConfigurationView.
configuration - the graph configurationproject - the owning project to configure the graphs forpluginName - The URL of the project action (there might be a one to many mapping to this defaults view)buildHistory - the build history for this projecturl - The URL of this view
public DefaultGraphConfigurationView(GraphConfiguration configuration,
hudson.model.AbstractProject<?,?> project,
String pluginName,
BuildHistory buildHistory)
DefaultGraphConfigurationView.
configuration - the graph configurationproject - the owning project to configure the graphs forpluginName - The name of the plug-in.buildHistory - the build history for this project| Method Detail |
|---|
public String getDisplayName()
public String getDescription()
GraphConfigurationView
getDescription in class GraphConfigurationViewpublic String getUrl()
protected void persistValue(String value,
String pluginName,
org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response)
throws FileNotFoundException,
IOException
GraphConfigurationView
persistValue in class GraphConfigurationViewvalue - the values configured by the user.pluginName - the name of the plug-inrequest - Stapler requestresponse - Stapler response
IOException - if the values could not be persisted
FileNotFoundException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||