Package | Description |
---|---|
hudson.model |
Core object model that are bound to URLs via stapler, rooted at Hudson.
|
hudson.tasks | |
hudson.tools |
Constructor and Description |
---|
JDK(String name,
String home,
List<? extends ToolProperty<?>> properties) |
Constructor and Description |
---|
MavenInstallation(String name,
String home,
List<? extends ToolProperty<?>> properties) |
Modifier and Type | Class and Description |
---|---|
class |
InstallSourceProperty
ToolProperty that shows auto installation options. |
Modifier and Type | Method and Description |
---|---|
static DescriptorExtensionList<ToolProperty<?>,ToolPropertyDescriptor> |
ToolProperty.all()
Lists up all the registered
ToolPropertyDescriptor s in the system. |
DescribableList<ToolProperty<?>,ToolPropertyDescriptor> |
ToolDescriptor.getDefaultProperties()
Default value for
ToolInstallation.getProperties() used in the form binding. |
DescribableList<ToolProperty<?>,ToolPropertyDescriptor> |
ToolInstallation.getProperties() |
Constructor and Description |
---|
ToolInstallation(String name,
String home,
List<? extends ToolProperty<?>> properties) |
ToolPropertyDescriptor(Class<? extends ToolProperty<?>> clazz) |
Copyright © 2019. All rights reserved.