hudson.plugins.pxe
Class BootConfigurationDescriptor

java.lang.Object
  extended by hudson.model.Descriptor<BootConfiguration>
      extended by hudson.plugins.pxe.BootConfigurationDescriptor
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Saveable
Direct Known Subclasses:
ChainBootConfiguration.DescriptorImpl, IsoBasedBootConfiguration.IsoBasedBootConfigurationDescriptor, ZipBasedBootConfiguration.ZipBasedBootConfigurationDescriptor

public abstract class BootConfigurationDescriptor
extends hudson.model.Descriptor<BootConfiguration>
implements hudson.ExtensionPoint

Extension point for bootable images.

Author:
Kohsuke Kawaguchi

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
protected BootConfigurationDescriptor()
           
protected BootConfigurationDescriptor(java.lang.Class<? extends BootConfiguration> clazz)
           
 
Method Summary
 
Methods inherited from class hudson.model.Descriptor
configure, configure, configure, convert, doHelp, find, find, getCheckUrl, getConfigPage, getDisplayName, 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

BootConfigurationDescriptor

protected BootConfigurationDescriptor(java.lang.Class<? extends BootConfiguration> clazz)

BootConfigurationDescriptor

protected BootConfigurationDescriptor()


Copyright © 2010. All Rights Reserved.