hudson.model
Class RadiatorView.DescriptorImpl

java.lang.Object
  extended by hudson.model.Descriptor<hudson.model.View>
      extended by hudson.model.ViewDescriptor
          extended by hudson.model.RadiatorView.DescriptorImpl
All Implemented Interfaces:
hudson.model.Saveable
Enclosing class:
RadiatorView

@Extension
public static final class RadiatorView.DescriptorImpl
extends hudson.model.ViewDescriptor


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
RadiatorView.DescriptorImpl()
           
 
Method Summary
 hudson.util.FormValidation doCheckIncludeRegex(java.lang.String value)
          Checks if the include regular expression is valid.
 java.lang.String getDisplayName()
           
 
Methods inherited from class hudson.model.ViewDescriptor
getNewViewDetailPage, isInstantiable
 
Methods inherited from class hudson.model.Descriptor
configure, configure, doHelp, find, find, getCheckUrl, getConfigPage, getGlobalConfigPage, getHelpFile, getHelpFile, getJsonSafeClassName, getPropertyType, getViewPage, isInstance, isSubTypeOf, 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

RadiatorView.DescriptorImpl

public RadiatorView.DescriptorImpl()
Method Detail

getDisplayName

public java.lang.String getDisplayName()
Specified by:
getDisplayName in class hudson.model.ViewDescriptor

doCheckIncludeRegex

public hudson.util.FormValidation doCheckIncludeRegex(@QueryParameter
                                                      java.lang.String value)
Checks if the include regular expression is valid.



Copyright © 2010. All Rights Reserved.