Uses of Class
hudson.tools.ToolInstallerDescriptor
-
Packages that use ToolInstallerDescriptor Package Description hudson.tasks hudson.tools -
-
Uses of ToolInstallerDescriptor in hudson.tasks
Subclasses of ToolInstallerDescriptor in hudson.tasks Modifier and Type Class Description static class
Maven.MavenInstaller.DescriptorImpl
-
Uses of ToolInstallerDescriptor in hudson.tools
Subclasses of ToolInstallerDescriptor in hudson.tools Modifier and Type Class Description static class
AbstractCommandInstaller.Descriptor<TInstallerClass extends AbstractCommandInstaller>
static class
BatchCommandInstaller.DescriptorImpl
static class
CommandInstaller.DescriptorImpl
static class
DownloadFromUrlInstaller.DescriptorImpl<T extends DownloadFromUrlInstaller>
static class
ZipExtractionInstaller.DescriptorImpl
Methods in hudson.tools that return ToolInstallerDescriptor Modifier and Type Method Description ToolInstallerDescriptor<?>
ToolInstaller. getDescriptor()
Methods in hudson.tools that return types with arguments of type ToolInstallerDescriptor Modifier and Type Method Description static DescriptorExtensionList<ToolInstaller,ToolInstallerDescriptor<?>>
ToolInstallerDescriptor. all()
static List<ToolInstallerDescriptor<?>>
ToolInstallerDescriptor. for_(Class<? extends ToolInstallation> type)
Filtersall()
by eliminating things that are not applicable to the given type.
-