Uses of Class
hudson.tools.PropertyDescriptor
-
Packages that use PropertyDescriptor Package Description hudson.slaves Code related to agents.hudson.tools -
-
Uses of PropertyDescriptor in hudson.slaves
Subclasses of PropertyDescriptor in hudson.slaves Modifier and Type Class Description static class
EnvironmentVariablesNodeProperty.DescriptorImpl
class
NodePropertyDescriptor
Descriptor forNodeProperty
. -
Uses of PropertyDescriptor in hudson.tools
Subclasses of PropertyDescriptor in hudson.tools Modifier and Type Class Description static class
InstallSourceProperty.DescriptorImpl
static class
ToolLocationNodeProperty.DescriptorImpl
class
ToolPropertyDescriptor
Descriptor forToolProperty
.Methods in hudson.tools with type parameters of type PropertyDescriptor Modifier and Type Method Description static <D extends PropertyDescriptor<?,T>,T>
List<D>PropertyDescriptor. for_(List<D> all, Class<? extends T> target)
static <D extends PropertyDescriptor<?,T>,T>
List<D>PropertyDescriptor. for_(List<D> all, T target)
-