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 Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Field Summary
Modifier and TypeFieldDescriptionFields inherited from class hudson.tools.ToolProperty
tool
-
Constructor Summary
-
Method Summary
Methods inherited from class hudson.tools.ToolProperty
all, getDescriptor
-
Field Details
-
installers
-
-
Constructor Details
-
InstallSourceProperty
@DataBoundConstructor public InstallSourceProperty(List<? extends ToolInstaller> installers) throws IOException - Throws:
IOException
-
-
Method Details
-
setTool
- Overrides:
setTool
in classToolProperty<ToolInstallation>
-
type
Description copied from class:ToolProperty
What is your 'T'?- Specified by:
type
in classToolProperty<ToolInstallation>
-