Package hudson.tools
Class InstallSourceProperty
- All Implemented Interfaces:
- ExtensionPoint,- Describable<ToolProperty<?>>
ToolProperty that shows auto installation options.- Since:
- 1.305
- Author:
- Kohsuke Kawaguchi
- 
Nested Class SummaryNested ClassesNested classes/interfaces inherited from interface hudson.ExtensionPointExtensionPoint.LegacyInstancesAreScopedToHudson
- 
Field SummaryFieldsModifier and TypeFieldDescriptionFields inherited from class hudson.tools.ToolPropertytool
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class hudson.tools.ToolPropertyall, getDescriptor
- 
Field Details- 
installers
 
- 
- 
Constructor Details- 
InstallSourceProperty@DataBoundConstructor public InstallSourceProperty(List<? extends ToolInstaller> installers) throws IOException - Throws:
- IOException
 
 
- 
- 
Method Details- 
setTool- Overrides:
- setToolin class- ToolProperty<ToolInstallation>
 
- 
typeDescription copied from class:ToolPropertyWhat is your 'T'?- Specified by:
- typein class- ToolProperty<ToolInstallation>
 
 
-