org.jvnet.hudson.plugins
Class Jython.DescriptorImpl

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

@Extension
public static final class Jython.DescriptorImpl
extends hudson.model.Descriptor<hudson.tasks.Builder>


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
Jython.DescriptorImpl()
           
 
Method Summary
 boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject json)
           
 java.lang.String getDisplayName()
           
 java.lang.String getHelpFile()
           
 java.util.Date getLastModified()
           
 int getNumSpacesPerIndentation()
           
 java.util.Set<PythonPackage> getPythonPackages()
           
 boolean isSyntaxHighlightingEnabled()
           
 boolean isTabKeyToIndentEnabled()
           
 void load()
           
 hudson.tasks.Builder newInstance(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData)
           
 
Methods inherited from class hudson.model.Descriptor
calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, getCheckUrl, getConfigPage, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getJsonSafeClassName, getPropertyType, getPropertyType, getViewPage, isInstance, isSubTypeOf, 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

Jython.DescriptorImpl

public Jython.DescriptorImpl()
Method Detail

isSyntaxHighlightingEnabled

public boolean isSyntaxHighlightingEnabled()

isTabKeyToIndentEnabled

public boolean isTabKeyToIndentEnabled()

getNumSpacesPerIndentation

public int getNumSpacesPerIndentation()

getPythonPackages

public java.util.Set<PythonPackage> getPythonPackages()

getLastModified

public java.util.Date getLastModified()

load

public void load()
Overrides:
load in class hudson.model.Descriptor<hudson.tasks.Builder>

newInstance

public hudson.tasks.Builder newInstance(org.kohsuke.stapler.StaplerRequest req,
                                        net.sf.json.JSONObject formData)
Overrides:
newInstance in class hudson.model.Descriptor<hudson.tasks.Builder>

getDisplayName

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

configure

public boolean configure(org.kohsuke.stapler.StaplerRequest req,
                         net.sf.json.JSONObject json)
                  throws hudson.model.Descriptor.FormException
Overrides:
configure in class hudson.model.Descriptor<hudson.tasks.Builder>
Throws:
hudson.model.Descriptor.FormException

getHelpFile

public java.lang.String getHelpFile()
Overrides:
getHelpFile in class hudson.model.Descriptor<hudson.tasks.Builder>


Copyright © 2011. All Rights Reserved.