Package | Description |
---|---|
hudson.tasks | |
hudson.tools |
Modifier and Type | Class and Description |
---|---|
static class |
Maven.MavenInstaller
Automatic Maven installer from apache.org.
|
Modifier and Type | Method and Description |
---|---|
List<? extends ToolInstaller> |
Maven.MavenInstallation.DescriptorImpl.getDefaultInstallers() |
Modifier and Type | Class and Description |
---|---|
class |
ToolInstallerDescriptor<T extends ToolInstaller>
Descriptor for a
ToolInstaller . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCommandInstaller
A generic script-based installer.
|
class |
BatchCommandInstaller
Installs tool via script execution of Batch script.
|
class |
CommandInstaller
Installs a tool by running an arbitrary shell command.
|
class |
DownloadFromUrlInstaller
Partial convenience implementation of
ToolInstaller that just downloads
an archive from the URL and extracts it. |
class |
JDKInstaller
Install JDKs from java.sun.com.
|
class |
ZipExtractionInstaller
Installs a tool into the Hudson working area by downloading and unpacking a ZIP file.
|
Modifier and Type | Field and Description |
---|---|
DescribableList<ToolInstaller,Descriptor<ToolInstaller>> |
InstallSourceProperty.installers |
DescribableList<ToolInstaller,Descriptor<ToolInstaller>> |
InstallSourceProperty.installers |
Modifier and Type | Method and Description |
---|---|
static DescriptorExtensionList<ToolInstaller,ToolInstallerDescriptor<?>> |
ToolInstallerDescriptor.all() |
List<? extends ToolInstaller> |
ToolDescriptor.getDefaultInstallers()
Optional list of installers to be configured by default for new tools of this type.
|
Constructor and Description |
---|
InstallSourceProperty(List<? extends ToolInstaller> installers) |
Copyright © 2019. All rights reserved.