hudson.plugins.pxe
Class ChainBootConfiguration.DescriptorImpl

java.lang.Object
  extended by hudson.model.Descriptor<BootConfiguration>
      extended by hudson.plugins.pxe.BootConfigurationDescriptor
          extended by hudson.plugins.pxe.ChainBootConfiguration.DescriptorImpl
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Saveable
Enclosing class:
ChainBootConfiguration

@Extension
public static class ChainBootConfiguration.DescriptorImpl
extends BootConfigurationDescriptor


Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.model.Descriptor
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
 
Fields inherited from class hudson.model.Descriptor
clazz
 
Fields inherited from interface hudson.model.Saveable
NOOP
 
Constructor Summary
ChainBootConfiguration.DescriptorImpl()
           
 
Method Summary
 hudson.util.FormValidation doCheckHostName(java.lang.String value)
           
 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

ChainBootConfiguration.DescriptorImpl

public ChainBootConfiguration.DescriptorImpl()
Method Detail

getDisplayName

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

doCheckHostName

public hudson.util.FormValidation doCheckHostName(@QueryParameter
                                                  java.lang.String value)
                                           throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2009. All Rights Reserved.