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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
installers
public final DescribableList<ToolInstaller,Descriptor<ToolInstaller>> installers
InstallSourceProperty
@DataBoundConstructor
public InstallSourceProperty(List<? extends ToolInstaller> installers)
throws IOException
- Throws:
IOException
setTool
public void setTool(ToolInstallation t)
- Overrides:
setTool
in class ToolProperty<ToolInstallation>
type
public Class<ToolInstallation> type()
- Description copied from class:
ToolProperty
- What is your 'T'?
- Specified by:
type
in class ToolProperty<ToolInstallation>
Copyright © 2004-2013. All Rights Reserved.