hudson.plugins.pxe
Class ZipBasedBootConfiguration
java.lang.Object
hudson.model.AbstractModelObject
hudson.plugins.pxe.BootConfiguration
hudson.plugins.pxe.ZipBasedBootConfiguration
- All Implemented Interfaces:
- hudson.model.Describable<BootConfiguration>, hudson.model.ModelObject, hudson.search.SearchableModelObject, hudson.search.SearchItem
- Direct Known Subclasses:
- PartedMagicConfiguration
public abstract class ZipBasedBootConfiguration
- extends BootConfiguration
Convenient partial BootConfiguration implementation that uses
a zip file as the backend of the image storage.
- Author:
- Kohsuke Kawaguchi
|
Field Summary |
java.io.File |
zip
Location of the ZIP 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 |
zip
public final java.io.File zip
- Location of the ZIP image file.
ZipBasedBootConfiguration
protected ZipBasedBootConfiguration(java.io.File zip)
getRelease
public java.lang.String getRelease()
doImage
public ZipTree 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 ZipBasedBootConfiguration.ZipBasedBootConfigurationDescriptor getDescriptor()
- Specified by:
getDescriptor in interface hudson.model.Describable<BootConfiguration>- Overrides:
getDescriptor in class BootConfiguration
Copyright © 2010. All Rights Reserved.