Package hudson.tools
Class InstallSourceProperty
- java.lang.Object
-
- hudson.tools.ToolProperty<ToolInstallation>
-
- hudson.tools.InstallSourceProperty
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<ToolProperty<?>>
public class InstallSourceProperty extends ToolProperty<ToolInstallation>
ToolProperty
that shows auto installation options.- Since:
- 1.305
- Author:
- Kohsuke Kawaguchi
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
InstallSourceProperty.DescriptorImpl
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Field Summary
Fields Modifier and Type Field Description DescribableList<ToolInstaller,Descriptor<ToolInstaller>>
installers
-
Fields inherited from class hudson.tools.ToolProperty
tool
-
-
Constructor Summary
Constructors Constructor Description InstallSourceProperty(List<? extends ToolInstaller> installers)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setTool(ToolInstallation t)
Class<ToolInstallation>
type()
What is your 'T'?-
Methods inherited from class hudson.tools.ToolProperty
all, getDescriptor
-
-
-
-
Field Detail
-
installers
public final DescribableList<ToolInstaller,Descriptor<ToolInstaller>> installers
-
-
Constructor Detail
-
InstallSourceProperty
@DataBoundConstructor public InstallSourceProperty(List<? extends ToolInstaller> installers) throws IOException
- Throws:
IOException
-
-
Method Detail
-
setTool
public void setTool(ToolInstallation t)
- Overrides:
setTool
in classToolProperty<ToolInstallation>
-
type
public Class<ToolInstallation> type()
Description copied from class:ToolProperty
What is your 'T'?- Specified by:
type
in classToolProperty<ToolInstallation>
-
-