org.jvnet.hudson.test
Class UnstableBuilder.DescriptorImpl

java.lang.Object
  extended by hudson.model.Descriptor<Builder>
      extended by org.jvnet.hudson.test.UnstableBuilder.DescriptorImpl
All Implemented Interfaces:
Saveable
Enclosing class:
UnstableBuilder

@Extension
public static final class UnstableBuilder.DescriptorImpl
extends Descriptor<Builder>


Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType
 
Field Summary
 
Fields inherited from class hudson.model.Descriptor
clazz
 
Fields inherited from interface hudson.model.Saveable
NOOP
 
Constructor Summary
UnstableBuilder.DescriptorImpl()
           
 
Method Summary
 java.lang.String getDisplayName()
           
 UnstableBuilder newInstance(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject data)
           
 
Methods inherited from class hudson.model.Descriptor
calcFillSettings, configure, configure, doHelp, find, find, getCheckUrl, getConfigPage, getDescriptorUrl, getGlobalConfigPage, getHelpFile, getHelpFile, getJsonSafeClassName, getPropertyType, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstancesFromHeteroList, save, toArray, toList, toMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnstableBuilder.DescriptorImpl

public UnstableBuilder.DescriptorImpl()
Method Detail

getDisplayName

public java.lang.String getDisplayName()
Specified by:
getDisplayName in class Descriptor<Builder>

newInstance

public UnstableBuilder newInstance(org.kohsuke.stapler.StaplerRequest req,
                                   net.sf.json.JSONObject data)
Overrides:
newInstance in class Descriptor<Builder>


Copyright © 2010. All Rights Reserved.