hudson.plugins.svn_release_mgr
Class JobPropertyImpl.DescriptorImpl

java.lang.Object
  extended by hudson.model.Descriptor<hudson.model.JobProperty<?>>
      extended by hudson.model.JobPropertyDescriptor
          extended by hudson.plugins.svn_release_mgr.JobPropertyImpl.DescriptorImpl
All Implemented Interfaces:
hudson.model.Saveable
Enclosing class:
JobPropertyImpl

@Extension
public static final class JobPropertyImpl.DescriptorImpl
extends hudson.model.JobPropertyDescriptor

Descriptor for HelloWorldBuilder. Used as a singleton. The class is marked as public so that it can be accessed from views.

See views/hudson/plugins/hello_world/HelloWorldBuilder/*.jelly for the actual HTML fragment for the configuration screen.


Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.model.Descriptor
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType
 
Field Summary
 
Fields inherited from class hudson.model.Descriptor
clazz
 
Fields inherited from interface hudson.model.Saveable
NOOP
 
Constructor Summary
JobPropertyImpl.DescriptorImpl()
           
 
Method Summary
 hudson.util.FormValidation doCheckMaxRevisions(java.lang.String value)
           
 java.lang.String getDisplayName()
           
 hudson.model.JobProperty<?> newInstance(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData)
           
 
Methods inherited from class hudson.model.JobPropertyDescriptor
all, getPropertyDescriptors, isApplicable
 
Methods inherited from class hudson.model.Descriptor
configure, configure, configure, convert, doHelp, find, find, getCheckUrl, getConfigPage, getGlobalConfigPage, getHelpFile, getHelpFile, getJsonSafeClassName, getPropertyType, getViewPage, isInstance, 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

JobPropertyImpl.DescriptorImpl

public JobPropertyImpl.DescriptorImpl()
Method Detail

getDisplayName

public java.lang.String getDisplayName()
Specified by:
getDisplayName in class hudson.model.Descriptor<hudson.model.JobProperty<?>>

newInstance

public hudson.model.JobProperty<?> newInstance(org.kohsuke.stapler.StaplerRequest req,
                                               net.sf.json.JSONObject formData)
                                        throws hudson.model.Descriptor.FormException
Overrides:
newInstance in class hudson.model.JobPropertyDescriptor
Throws:
hudson.model.Descriptor.FormException

doCheckMaxRevisions

public hudson.util.FormValidation doCheckMaxRevisions(@QueryParameter
                                                      java.lang.String value)


Copyright © 2009. All Rights Reserved.