Uses of Class
hudson.tools.ToolProperty
Packages that use ToolProperty
-
Uses of ToolProperty in hudson.model
Constructor parameters in hudson.model with type arguments of type ToolPropertyModifierConstructorDescriptionJDK
(String name, String home, List<? extends ToolProperty<?>> properties) -
Uses of ToolProperty in hudson.tasks
Constructor parameters in hudson.tasks with type arguments of type ToolPropertyModifierConstructorDescriptionMavenInstallation
(String name, String home, List<? extends ToolProperty<?>> properties) -
Uses of ToolProperty in hudson.tools
Subclasses of ToolProperty in hudson.toolsMethods in hudson.tools that return types with arguments of type ToolPropertyModifier 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()
Constructor parameters in hudson.tools with type arguments of type ToolPropertyModifierConstructorDescriptionprotected
ToolInstallation
(String name, String home, List<? extends ToolProperty<?>> properties) protected
ToolPropertyDescriptor
(Class<? extends ToolProperty<?>> clazz)