maps.hudson.plugin.xfpanel
Class XFPanelView.XFPanelViewDescriptor
java.lang.Object
hudson.model.Descriptor<hudson.model.View>
hudson.model.ViewDescriptor
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 classes/interfaces inherited from class hudson.model.Descriptor |
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType |
|
Field Summary |
static java.lang.String |
MSG
|
static java.lang.String |
REFRESH_MSG
|
| Fields inherited from class hudson.model.Descriptor |
clazz |
| Fields inherited from interface hudson.model.Saveable |
NOOP |
| Methods inherited from class hudson.model.ViewDescriptor |
getNewViewDetailPage, isInstantiable |
| Methods inherited from class hudson.model.Descriptor |
calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, getCheckUrl, getConfigPage, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getPropertyType, getPropertyType, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, toArray, toList, toMap |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
REFRESH_MSG
public static final java.lang.String REFRESH_MSG
- See Also:
- Constant Field Values
MSG
public static final java.lang.String MSG
- See Also:
- Constant Field Values
XFPanelView.XFPanelViewDescriptor
public XFPanelView.XFPanelViewDescriptor()
getDisplayName
public java.lang.String getDisplayName()
-
- Specified by:
getDisplayName in class hudson.model.ViewDescriptor
doCheckNumColumns
public hudson.util.FormValidation doCheckNumColumns(@QueryParameter
java.lang.String value)
- Performs validation on request parameters
- Parameters:
req - requestresp - response
- Returns:
- a form validation
doCheckRefresh
public hudson.util.FormValidation doCheckRefresh(@QueryParameter
java.lang.String value)
doCheckGuiHeight
public hudson.util.FormValidation doCheckGuiHeight(@QueryParameter
java.lang.String value)
doCheckGuiImgHeight
public hudson.util.FormValidation doCheckGuiImgHeight(@QueryParameter
java.lang.String value)
doCheckGuiJobFont
public hudson.util.FormValidation doCheckGuiJobFont(@QueryParameter
java.lang.String value)
doCheckGuiFailFont
public hudson.util.FormValidation doCheckGuiFailFont(@QueryParameter
java.lang.String value)
doCheckGuiInfoFont
public hudson.util.FormValidation doCheckGuiInfoFont(@QueryParameter
java.lang.String value)
doCheckGuiBuildFont
public hudson.util.FormValidation doCheckGuiBuildFont(@QueryParameter
java.lang.String value)
Copyright © 2004-2012. All Rights Reserved.