hudson.plugins.performance
Class PerformanceReportParserDescriptor

java.lang.Object
  extended by hudson.model.Descriptor<PerformanceReportParser>
      extended by hudson.plugins.performance.PerformanceReportParserDescriptor
All Implemented Interfaces:
hudson.model.Saveable
Direct Known Subclasses:
JMeterParser.DescriptorImpl, JUnitParser.DescriptorImpl

public abstract class PerformanceReportParserDescriptor
extends hudson.model.Descriptor<PerformanceReportParser>

Author:
Kohsuke Kawaguchi

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
PerformanceReportParserDescriptor()
           
 
Method Summary
static hudson.DescriptorExtensionList<PerformanceReportParser,PerformanceReportParserDescriptor> all()
          Returns all the registered PerformanceReportParserDescriptors.
static PerformanceReportParserDescriptor getById(java.lang.String id)
           
 java.lang.String getId()
          Internal unique ID that distinguishes a parser.
 
Methods inherited from class hudson.model.Descriptor
configure, configure, configure, convert, doHelp, find, find, getCheckUrl, getConfigPage, getDisplayName, getGlobalConfigPage, getHelpFile, getHelpFile, getJsonSafeClassName, getPropertyType, getViewPage, isInstance, load, newInstance, 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

PerformanceReportParserDescriptor

public PerformanceReportParserDescriptor()
Method Detail

getId

public final java.lang.String getId()
Internal unique ID that distinguishes a parser.


all

public static hudson.DescriptorExtensionList<PerformanceReportParser,PerformanceReportParserDescriptor> all()
Returns all the registered PerformanceReportParserDescriptors.


getById

public static PerformanceReportParserDescriptor getById(java.lang.String id)


Copyright © 2010. All Rights Reserved.