jenkins.plugins.ui_samples
Class DropdownList

java.lang.Object
  extended by jenkins.plugins.ui_samples.UISample
      extended by jenkins.plugins.ui_samples.DropdownList
All Implemented Interfaces:
ExtensionPoint, Action, Describable<UISample>, ModelObject

@Extension
public class DropdownList
extends UISample

Author:
Alan.Harder@oracle.com

Nested Class Summary
static class DropdownList.Apple
           
static class DropdownList.Banana
           
static class DropdownList.DescriptorImpl
           
static class DropdownList.Fruit
           
static class DropdownList.FruitDescriptor
           
 
Nested classes/interfaces inherited from class jenkins.plugins.ui_samples.UISample
UISample.SourceFile
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
DropdownList()
           
 
Method Summary
 void doSubmit(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp)
           
 String getDescription()
          Returns a paragraph of natural text that describes this sample.
 DropdownList.Fruit getFruit()
           
 DescriptorExtensionList<DropdownList.Fruit,Descriptor<DropdownList.Fruit>> getFruitDescriptors()
           
 List<UISample.SourceFile> getSourceFiles()
          Source files associated with this sample.
 
Methods inherited from class jenkins.plugins.ui_samples.UISample
all, doSourceFile, getDescriptor, getDisplayName, getIconFileName, getUrlName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DropdownList

public DropdownList()
Method Detail

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.