Uses of Class
hudson.plugins.pxe.BootConfiguration

Uses of BootConfiguration in hudson.plugins.pxe
 

Subclasses of BootConfiguration in hudson.plugins.pxe
 class CentOSBootConfiguration
          CentOS boot configuration.
 class ChainBootConfiguration
          Chain boot from another TFTP server.
 class IsoBasedBootConfiguration
           
 class LinuxBootConfiguration
           
 class OpenSolarisBootConfiguration
          OpenSolaris boot.
 class RedHatBootCoonfiguration
          RedHat/Fedora boot configuration.
 class UbuntuBootConfiguration
          Ubuntu boot configuration.
 

Methods in hudson.plugins.pxe that return BootConfiguration
 BootConfiguration PXE.getConfiguration(java.lang.String id)
          Looks up BootConfiguration by its id.
 

Methods in hudson.plugins.pxe that return types with arguments of type BootConfiguration
static hudson.DescriptorExtensionList<BootConfiguration,BootConfigurationDescriptor> BootConfiguration.all()
          Returns all the registered BootConfigurationDescriptors.
 hudson.util.DescribableList<BootConfiguration,BootConfigurationDescriptor> PXE.getBootConfigurations()
           
 

Constructor parameters in hudson.plugins.pxe with type arguments of type BootConfiguration
BootConfigurationDescriptor(java.lang.Class<? extends BootConfiguration> clazz)
           
 



Copyright © 2009. All Rights Reserved.