hudson.plugins.pxe
Class CentOSBootConfiguration

java.lang.Object
  extended by hudson.model.AbstractModelObject
      extended by hudson.plugins.pxe.BootConfiguration
          extended by hudson.plugins.pxe.IsoBasedBootConfiguration
              extended by hudson.plugins.pxe.LinuxBootConfiguration
                  extended by hudson.plugins.pxe.RedHatBootCoonfiguration
                      extended by hudson.plugins.pxe.CentOSBootConfiguration
All Implemented Interfaces:
hudson.model.Describable<BootConfiguration>, hudson.model.ModelObject, hudson.search.SearchableModelObject, hudson.search.SearchItem

public class CentOSBootConfiguration
extends RedHatBootCoonfiguration

CentOS boot configuration.

CentOS seems to use a slightly different version of kickstart.

Author:
Kohsuke Kawaguchi

Nested Class Summary
static class CentOSBootConfiguration.DescriptorImpl
           
 
Nested classes/interfaces inherited from class hudson.plugins.pxe.IsoBasedBootConfiguration
IsoBasedBootConfiguration.FileEntryData, IsoBasedBootConfiguration.IsoBasedBootConfigurationDescriptor
 
Field Summary
 
Fields inherited from class hudson.plugins.pxe.RedHatBootCoonfiguration
additionalPackages, password
 
Fields inherited from class hudson.plugins.pxe.IsoBasedBootConfiguration
iso
 
Constructor Summary
CentOSBootConfiguration(java.io.File iso, java.lang.String password, java.lang.String additionalPackages)
           
 
Method Summary
 
Methods inherited from class hudson.plugins.pxe.RedHatBootCoonfiguration
doKickstart, getIdSeed, getPackageList, getTftpIsoMountDir, tftp
 
Methods inherited from class hudson.plugins.pxe.LinuxBootConfiguration
createResolver, getPxeLinuxConfigFragment, serveMacroExpandedResource
 
Methods inherited from class hudson.plugins.pxe.IsoBasedBootConfiguration
doImage, doIndex, getDescriptor, getDisplayName, getRelease
 
Methods inherited from class hudson.plugins.pxe.BootConfiguration
all, getAbsoluteUrl, getId, getResourceAsStream, getSearchUrl, getUrl, shutdown
 
Methods inherited from class hudson.model.AbstractModelObject
getSearch, getSearchIndex, getSearchName, makeSearchIndex, requirePOST, sendError, sendError, sendError, sendError, sendError
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CentOSBootConfiguration

@DataBoundConstructor
public CentOSBootConfiguration(java.io.File iso,
                                                    java.lang.String password,
                                                    java.lang.String additionalPackages)


Copyright © 2009. All Rights Reserved.