Uses of Class
hudson.tools.ToolProperty
-
Packages that use ToolProperty Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.hudson.tasks hudson.tools -
-
Uses of ToolProperty in hudson.model
Constructor parameters in hudson.model with type arguments of type ToolProperty Constructor Description JDK(String name, String home, List<? extends ToolProperty<?>> properties)
-
Uses of ToolProperty in hudson.tasks
Constructor parameters in hudson.tasks with type arguments of type ToolProperty Constructor Description MavenInstallation(String name, String home, List<? extends ToolProperty<?>> properties)
-
Uses of ToolProperty in hudson.tools
Subclasses of ToolProperty in hudson.tools Modifier and Type Class Description class
InstallSourceProperty
ToolProperty
that shows auto installation options.Methods in hudson.tools that return types with arguments of type ToolProperty Modifier and Type Method Description static DescriptorExtensionList<ToolProperty<?>,ToolPropertyDescriptor>
ToolProperty. all()
Lists up all the registeredToolPropertyDescriptor
s in the system.DescribableList<ToolProperty<?>,ToolPropertyDescriptor>
ToolDescriptor. getDefaultProperties()
Default value forToolInstallation.getProperties()
used in the form binding.DescribableList<ToolProperty<?>,ToolPropertyDescriptor>
ToolInstallation. getProperties()
Constructor parameters in hudson.tools with type arguments of type ToolProperty Constructor Description ToolInstallation(String name, String home, List<? extends ToolProperty<?>> properties)
ToolPropertyDescriptor(Class<? extends ToolProperty<?>> clazz)
-