jenkins.plugins.ui_samples
Class DropdownList.Fruit

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

public static class DropdownList.Fruit
extends Object
implements ExtensionPoint, Describable<DropdownList.Fruit>


Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
protected  String name
           
 
Method Summary
 Descriptor<DropdownList.Fruit> getDescriptor()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name
Method Detail

getDescriptor

public Descriptor<DropdownList.Fruit> getDescriptor()
Specified by:
getDescriptor in interface Describable<DropdownList.Fruit>


Copyright © 2004-2012. All Rights Reserved.