hudson.plugins.pxe
Class IsoBasedBootConfiguration
java.lang.Object
hudson.model.AbstractModelObject
hudson.plugins.pxe.BootConfiguration
hudson.plugins.pxe.IsoBasedBootConfiguration
- All Implemented Interfaces:
- hudson.model.Describable<BootConfiguration>, hudson.model.ModelObject, hudson.search.SearchableModelObject, hudson.search.SearchItem
- Direct Known Subclasses:
- LinuxBootConfiguration, OpenSolarisBootConfiguration
public abstract class IsoBasedBootConfiguration
- extends BootConfiguration
- Author:
- Kohsuke Kawaguchi
|
Field Summary |
java.io.File |
iso
Location of the CD/DVD image file. |
| 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 |
iso
public final java.io.File iso
- Location of the CD/DVD image file.
IsoBasedBootConfiguration
protected IsoBasedBootConfiguration(java.io.File iso)
getRelease
public java.lang.String getRelease()
doImage
public ISO9660Tree doImage()
doIndex
public void doIndex(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws java.io.IOException
- Throws:
java.io.IOException
getDisplayName
public java.lang.String getDisplayName()
getDescriptor
public IsoBasedBootConfiguration.IsoBasedBootConfigurationDescriptor getDescriptor()
- Specified by:
getDescriptor in interface hudson.model.Describable<BootConfiguration>- Overrides:
getDescriptor in class BootConfiguration
Copyright © 2009. All Rights Reserved.