org.jenkinsci.plugins.neoload_integration
Class ProjectSpecificActionFactory.DescriptorImplPSA

java.lang.Object
  extended by hudson.model.Descriptor<ProjectSpecificActionFactory>
      extended by org.jenkinsci.plugins.neoload_integration.ProjectSpecificActionFactory.DescriptorImplPSA
All Implemented Interfaces:
hudson.model.Saveable, Serializable
Enclosing class:
ProjectSpecificActionFactory

public static final class ProjectSpecificActionFactory.DescriptorImplPSA
extends hudson.model.Descriptor<ProjectSpecificActionFactory>
implements Serializable

See Also:
Serialized Form

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
ProjectSpecificActionFactory.DescriptorImplPSA()
           
 
Method Summary
 boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData)
           
 String getDisplayName()
           
static boolean isShowGraph()
           
 ProjectSpecificActionFactory 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, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getPropertyType, getPropertyType, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstancesFromHeteroList, 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

ProjectSpecificActionFactory.DescriptorImplPSA

public ProjectSpecificActionFactory.DescriptorImplPSA()
Method Detail

getDisplayName

public String getDisplayName()
Specified by:
getDisplayName in class hudson.model.Descriptor<ProjectSpecificActionFactory>

newInstance

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

configure

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

isShowGraph

public static boolean isShowGraph()


Copyright © 2004-2013. All Rights Reserved.