hudson.plugins.dbcharts
Class Chart.ChartDescriptor

java.lang.Object
  extended by hudson.model.Descriptor<Chart>
      extended by hudson.plugins.dbcharts.Chart.ChartDescriptor
All Implemented Interfaces:
hudson.model.Saveable
Enclosing class:
Chart

@Extension
public static final class Chart.ChartDescriptor
extends hudson.model.Descriptor<Chart>


Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.model.Descriptor
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType
 
Field Summary
 
Fields inherited from class hudson.model.Descriptor
clazz
 
Fields inherited from interface hudson.model.Saveable
NOOP
 
Constructor Summary
Chart.ChartDescriptor()
           
 
Method Summary
 hudson.util.FormValidation doCheckName(java.lang.String value)
           
 java.util.List<java.lang.String> getConnectionNames()
           
 java.lang.String getDisplayName()
           
 
Methods inherited from class hudson.model.Descriptor
configure, configure, configure, convert, doHelp, find, find, getCheckUrl, getConfigPage, getGlobalConfigPage, getHelpFile, getHelpFile, getJsonSafeClassName, getPropertyType, getViewPage, isInstance, load, newInstance, newInstance, newInstancesFromHeteroList, save, toArray, toList, toMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Chart.ChartDescriptor

public Chart.ChartDescriptor()
Method Detail

getDisplayName

public java.lang.String getDisplayName()
Specified by:
getDisplayName in class hudson.model.Descriptor<Chart>

doCheckName

public hudson.util.FormValidation doCheckName(@QueryParameter
                                              java.lang.String value)
                                       throws java.io.IOException,
                                              javax.servlet.ServletException
Throws:
java.io.IOException
javax.servlet.ServletException

getConnectionNames

public java.util.List<java.lang.String> getConnectionNames()


Copyright © 2009. All Rights Reserved.