Package hudson.tools

Class ToolInstallerDescriptor<T extends ToolInstaller>

java.lang.Object
hudson.model.Descriptor<ToolInstaller>
hudson.tools.ToolInstallerDescriptor<T>
All Implemented Interfaces:
Saveable, Loadable, OnMaster
Direct Known Subclasses:
AbstractCommandInstaller.Descriptor, DownloadFromUrlInstaller.DescriptorImpl, ZipExtractionInstaller.DescriptorImpl

public abstract class ToolInstallerDescriptor<T extends ToolInstaller> extends Descriptor<ToolInstaller>
Descriptor for a ToolInstaller.
Since:
1.305