maps.hudson.plugin.xfpanel
Class XFPanelView.XFPanelViewDescriptor

java.lang.Object
  extended by hudson.model.Descriptor<hudson.model.View>
      extended by hudson.model.ViewDescriptor
          extended by maps.hudson.plugin.xfpanel.XFPanelView.XFPanelViewDescriptor
All Implemented Interfaces:
hudson.model.Saveable
Enclosing class:
XFPanelView

@Extension
public static final class XFPanelView.XFPanelViewDescriptor
extends hudson.model.ViewDescriptor

Notify Hudson we're implementing a new View

Author:
jrenaut

Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.model.Descriptor
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType, hudson.model.Descriptor.Self
 
Field Summary
static String MSG
           
static String REFRESH_MSG
           
 
Fields inherited from class hudson.model.Descriptor
clazz
 
Fields inherited from interface hudson.model.Saveable
NOOP
 
Constructor Summary
XFPanelView.XFPanelViewDescriptor()
           
 
Method Summary
 hudson.util.FormValidation doCheckGuiBuildFont(String value)
           
 hudson.util.FormValidation doCheckGuiFailFont(String value)
           
 hudson.util.FormValidation doCheckGuiHeight(String value)
           
 hudson.util.FormValidation doCheckGuiInfoFont(String value)
           
 hudson.util.FormValidation doCheckGuiJobFont(String value)
           
 hudson.util.FormValidation doCheckNumColumns(String value)
          Performs validation on request parameters
 hudson.util.FormValidation doCheckRefresh(String value)
           
 String getDisplayName()
          
 
Methods inherited from class hudson.model.ViewDescriptor
doAutoCompleteCopyNewItemFrom, getNewViewDetailPage, isInstantiable
 
Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, getCheckUrl, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REFRESH_MSG

public static final String REFRESH_MSG
See Also:
Constant Field Values

MSG

public static final String MSG
See Also:
Constant Field Values
Constructor Detail

XFPanelView.XFPanelViewDescriptor

public XFPanelView.XFPanelViewDescriptor()
Method Detail

getDisplayName

public String getDisplayName()

Specified by:
getDisplayName in class hudson.model.ViewDescriptor

doCheckNumColumns

public hudson.util.FormValidation doCheckNumColumns(@QueryParameter
                                                    String value)
Performs validation on request parameters

Parameters:
value -
Returns:
a form validation

doCheckRefresh

public hudson.util.FormValidation doCheckRefresh(@QueryParameter
                                                 String value)

doCheckGuiHeight

public hudson.util.FormValidation doCheckGuiHeight(@QueryParameter
                                                   String value)

doCheckGuiJobFont

public hudson.util.FormValidation doCheckGuiJobFont(@QueryParameter
                                                    String value)

doCheckGuiFailFont

public hudson.util.FormValidation doCheckGuiFailFont(@QueryParameter
                                                     String value)

doCheckGuiInfoFont

public hudson.util.FormValidation doCheckGuiInfoFont(@QueryParameter
                                                     String value)

doCheckGuiBuildFont

public hudson.util.FormValidation doCheckGuiBuildFont(@QueryParameter
                                                      String value)


Copyright © 2004-2015. All Rights Reserved.