Uses of Class
hudson.tools.ToolProperty
-
Uses of ToolProperty in hudson.model
ModifierConstructorDescriptionJDK
(String name, String home, List<? extends ToolProperty<?>> properties) -
Uses of ToolProperty in hudson.tasks
ModifierConstructorDescriptionMavenInstallation
(String name, String home, List<? extends ToolProperty<?>> properties) -
Uses of ToolProperty in hudson.tools
Modifier and TypeMethodDescriptionToolProperty.all()
Lists up all the registeredToolPropertyDescriptor
s in the system.ToolDescriptor.getDefaultProperties()
Default value forToolInstallation.getProperties()
used in the form binding.ToolInstallation.getProperties()
ModifierConstructorDescriptionprotected
ToolInstallation
(String name, String home, List<? extends ToolProperty<?>> properties) protected
ToolPropertyDescriptor
(Class<? extends ToolProperty<?>> clazz)