jenkins.plugins.ui_samples
Class DropdownList
java.lang.Object
jenkins.plugins.ui_samples.UISample
jenkins.plugins.ui_samples.DropdownList
- All Implemented Interfaces:
- ExtensionPoint, Action, Describable<UISample>, ModelObject
@Extension
public class DropdownList
- extends UISample
- Author:
- Alan.Harder@oracle.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DropdownList
public DropdownList()
getDescription
public String getDescription()
- Description copied from class:
UISample
- Returns a paragraph of natural text that describes this sample.
Interpreted as HTML.
- Specified by:
getDescription in class UISample
getFruit
public DropdownList.Fruit getFruit()
getFruitDescriptors
public DescriptorExtensionList<DropdownList.Fruit,Descriptor<DropdownList.Fruit>> getFruitDescriptors()
doSubmit
public void doSubmit(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws javax.servlet.ServletException,
IOException
- Throws:
javax.servlet.ServletException
IOException
getSourceFiles
public List<UISample.SourceFile> getSourceFiles()
- Description copied from class:
UISample
- Source files associated with this sample.
- Overrides:
getSourceFiles in class UISample
Copyright © 2004-2012. All Rights Reserved.