|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.warnings.util.GraphConfiguration
hudson.plugins.warnings.util.GraphConfigurationDetail
hudson.plugins.warnings.util.DefaultGraphConfigurationDetail
public class DefaultGraphConfigurationDetail
Configures the default values for the trend graph of this plug-in.
| Field Summary |
|---|
| Fields inherited from class hudson.plugins.warnings.util.GraphConfiguration |
|---|
DEFAULT_HEIGHT, DEFAULT_WIDTH |
| Constructor Summary | |
|---|---|
DefaultGraphConfigurationDetail(hudson.model.AbstractProject<?,?> project,
java.lang.String fileName)
Creates a new instance of DefaultGraphConfigurationDetail. |
|
DefaultGraphConfigurationDetail(hudson.model.AbstractProject<?,?> project,
java.lang.String fileName,
ResultAction<?> lastAction)
Creates a new instance of DefaultGraphConfigurationDetail. |
|
| 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.warnings.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.warnings.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 DefaultGraphConfigurationDetail(hudson.model.AbstractProject<?,?> project,
java.lang.String fileName)
DefaultGraphConfigurationDetail.
project - the owning project to configure the graphs forfileName - the file name that is used to persist the configuration
public DefaultGraphConfigurationDetail(hudson.model.AbstractProject<?,?> project,
java.lang.String fileName,
ResultAction<?> lastAction)
DefaultGraphConfigurationDetail.
project - the owning project to configure the graphs forfileName - the file name that is used to persist the configurationlastAction - 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)
throws java.io.FileNotFoundException,
java.io.IOException
persistValue in class GraphConfigurationDetailvalue - the values configured by the user.request - Stapler requestresponse - Stapler response
java.io.IOException - if the values could not be persisted
java.io.FileNotFoundException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||