au.com.centrumsystems.hudson.plugin.buildpipeline
Class ProjectGridBuilderDescriptor

java.lang.Object
  extended by hudson.model.Descriptor<ProjectGridBuilder>
      extended by au.com.centrumsystems.hudson.plugin.buildpipeline.ProjectGridBuilderDescriptor
All Implemented Interfaces:
hudson.model.Saveable
Direct Known Subclasses:
DownstreamProjectGridBuilder.DescriptorImpl

public abstract class ProjectGridBuilderDescriptor
extends hudson.model.Descriptor<ProjectGridBuilder>

Descriptor for ProjectGridBuilder.

Author:
Kohsuke Kawaguchi

Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.model.Descriptor
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType, hudson.model.Descriptor.Self
 
Field Summary
 
Fields inherited from class hudson.model.Descriptor
clazz
 
Fields inherited from interface hudson.model.Saveable
NOOP
 
Constructor Summary
ProjectGridBuilderDescriptor()
          For Descriptors that are enclosed in their ProjectGridBuilders.
ProjectGridBuilderDescriptor(Class<? extends ProjectGridBuilder> clazz)
          For Descriptors that explicitly specify ProjectGridBuilder
 
Method Summary
static hudson.DescriptorExtensionList<ProjectGridBuilder,ProjectGridBuilderDescriptor> all()
          Returns all the registered ProjectGridBuilder descriptors.
 
Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getDisplayName, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectGridBuilderDescriptor

public ProjectGridBuilderDescriptor(Class<? extends ProjectGridBuilder> clazz)
For Descriptors that explicitly specify ProjectGridBuilder

Parameters:
clazz - The type of the ProjectGridBuilder.

ProjectGridBuilderDescriptor

public ProjectGridBuilderDescriptor()
For Descriptors that are enclosed in their ProjectGridBuilders.

Method Detail

all

public static hudson.DescriptorExtensionList<ProjectGridBuilder,ProjectGridBuilderDescriptor> all()
Returns all the registered ProjectGridBuilder descriptors.

Returns:
always non-null


Copyright © 2004-2014. All Rights Reserved.