jenkins.plugins.ui_samples
Class DropdownList.Apple

java.lang.Object
  extended by jenkins.plugins.ui_samples.DropdownList.Fruit
      extended by jenkins.plugins.ui_samples.DropdownList.Apple
All Implemented Interfaces:
ExtensionPoint, Describable<DropdownList.Fruit>
Enclosing class:
DropdownList

public static class DropdownList.Apple
extends DropdownList.Fruit


Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
static DropdownList.FruitDescriptor D
           
 
Fields inherited from class jenkins.plugins.ui_samples.DropdownList.Fruit
name
 
Constructor Summary
DropdownList.Apple(int seeds)
           
 
Method Summary
 
Methods inherited from class jenkins.plugins.ui_samples.DropdownList.Fruit
getDescriptor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

D

@Extension
public static final DropdownList.FruitDescriptor D
Constructor Detail

DropdownList.Apple

@DataBoundConstructor
public DropdownList.Apple(int seeds)


Copyright © 2004-2012. All Rights Reserved.