|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ToolProperty | |
---|---|
hudson.model | Core object model that are bound to URLs via stapler, rooted at Hudson. |
hudson.tasks | Built-in Builders and Publishers that perform the actual heavy-lifting of a build. |
hudson.tools | |
org.jvnet.hudson.test | Test harness for Jenkins and its plugins. |
Uses of ToolProperty in hudson.model |
---|
Constructor parameters in hudson.model with type arguments of type ToolProperty | |
---|---|
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 | |
---|---|
Maven.MavenInstallation(String name,
String home,
List<? extends ToolProperty<?>> properties)
|
Uses of ToolProperty in hudson.tools |
---|
Subclasses of ToolProperty in hudson.tools | |
---|---|
class |
InstallSourceProperty
ToolProperty that shows auto installation options. |
Methods in hudson.tools that return types with arguments of type ToolProperty | |
---|---|
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 parameters in hudson.tools with type arguments of type ToolProperty | |
---|---|
ToolInstallation(String name,
String home,
List<? extends ToolProperty<?>> properties)
|
|
ToolPropertyDescriptor(Class<? extends ToolProperty<?>> clazz)
|
Uses of ToolProperty in org.jvnet.hudson.test |
---|
Fields in org.jvnet.hudson.test with type parameters of type ToolProperty | |
---|---|
static List<ToolProperty<?>> |
JenkinsRule.NO_PROPERTIES
|
protected static List<ToolProperty<?>> |
HudsonTestCase.NO_PROPERTIES
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |