|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.pmd.util.GraphConfiguration
hudson.plugins.pmd.util.GraphConfigurationDetail
hudson.plugins.pmd.util.UserGraphConfigurationDetail
public class UserGraphConfigurationDetail
Configures the trend graph of this plug-in for the current user and job using a cookie.
| Field Summary |
|---|
| Fields inherited from class hudson.plugins.pmd.util.GraphConfiguration |
|---|
DEFAULT_HEIGHT, DEFAULT_WIDTH |
| Constructor Summary | |
|---|---|
UserGraphConfigurationDetail(hudson.model.AbstractProject<?,?> project,
java.lang.String pluginName,
org.kohsuke.stapler.StaplerRequest request)
Creates a new instance of UserGraphConfigurationDetail. |
|
UserGraphConfigurationDetail(hudson.model.AbstractProject<?,?> project,
java.lang.String pluginName,
org.kohsuke.stapler.StaplerRequest request,
ResultAction<?> lastAction)
Creates a new instance of UserGraphConfigurationDetail. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Returns the description for this view. |
java.lang.String |
getDisplayName()
|
java.lang.String |
getUrl()
Returns the URL of this object. |
protected void |
persistValue(java.lang.String value,
org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response)
Persists the configured values. |
| Methods inherited from class hudson.plugins.pmd.util.GraphConfigurationDetail |
|---|
checkHeight, createDefaultsFile, doDifference, doDifferenceMap, doFixed, doFixedMap, doHealth, doHealthMap, doPriority, doPriorityMap, doSave, getBuildCountString, getDayCountString, getOwner, getPluginName, getRootUrl, hasMeaningfulGraph, isHealthGraphAvailable |
| Methods inherited from class hudson.plugins.pmd.util.GraphConfiguration |
|---|
createGraph, getBuildCount, getDayCount, getGraphType, getHeight, getWidth, isBuildCountDefined, isDayCountDefined, isDefault, isValid, isValidBuildCount, isValidHeight, isValidWidth, isVisible, serializeToString, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UserGraphConfigurationDetail(hudson.model.AbstractProject<?,?> project,
java.lang.String pluginName,
org.kohsuke.stapler.StaplerRequest request)
UserGraphConfigurationDetail.
project - the owning project to configure the graphs forrequest - the request with the optional cookie to initialize this
instancepluginName - The name of the plug-in. Also used as the suffix of the cookie name that
is used to persist the configuration per user.
public UserGraphConfigurationDetail(hudson.model.AbstractProject<?,?> project,
java.lang.String pluginName,
org.kohsuke.stapler.StaplerRequest request,
ResultAction<?> lastAction)
UserGraphConfigurationDetail.
project - the owning project to configure the graphs forrequest - the request with the optional cookie to initialize this
instancepluginName - The name of the plug-in. Also used as the suffix of the cookie
name that is used to persist the configuration per user.lastAction - the last valid action for this project| Method Detail |
|---|
public java.lang.String getDisplayName()
public java.lang.String getDescription()
getDescription in class GraphConfigurationDetailpublic java.lang.String getUrl()
protected void persistValue(java.lang.String value,
org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response)
persistValue in class GraphConfigurationDetailvalue - the values configured by the user.request - Stapler requestresponse - Stapler response
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||