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
 
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
 
Constructor Summary
XFPanelView.XFPanelViewDescriptor()
           
 
Method Summary
 hudson.util.FormValidation doCheckNumColumns(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse resp)
          Performs validation on request parameters
 hudson.util.FormValidation doCheckRefresh(org.kohsuke.stapler.StaplerRequest req)
           
 java.lang.String getDisplayName()
          
 
Methods inherited from class hudson.model.ViewDescriptor
getNewViewDetailPage, isInstantiable
 
Methods inherited from class hudson.model.Descriptor
calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, getCheckUrl, getConfigFile, 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
 

Field Detail

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
Constructor Detail

XFPanelView.XFPanelViewDescriptor

public XFPanelView.XFPanelViewDescriptor()
Method Detail

getDisplayName

public java.lang.String getDisplayName()

Specified by:
getDisplayName in class hudson.model.ViewDescriptor

doCheckNumColumns

public hudson.util.FormValidation doCheckNumColumns(org.kohsuke.stapler.StaplerRequest req,
                                                    org.kohsuke.stapler.StaplerResponse resp)
Performs validation on request parameters

Parameters:
req - request
resp - response
Returns:
a form validation

doCheckRefresh

public hudson.util.FormValidation doCheckRefresh(org.kohsuke.stapler.StaplerRequest req)


Copyright © 2004-2012 Hudson. All Rights Reserved.