org.jenkinsci.plugins.ghprb.extensions
Class GhprbExtensionDescriptor

java.lang.Object
  extended by hudson.model.Descriptor<GhprbExtension>
      extended by org.jenkinsci.plugins.ghprb.extensions.GhprbExtensionDescriptor
All Implemented Interfaces:
hudson.model.Saveable
Direct Known Subclasses:
GhprbBuildLog.DescriptorImpl, GhprbBuildStatus.DescriptorImpl, GhprbCommentFile.DescriptorImpl, GhprbNoCommitStatus.DescriptorImpl, GhprbPublishJenkinsUrl.DescriptorImpl, GhprbSimpleStatus.DescriptorImpl

public abstract class GhprbExtensionDescriptor
extends hudson.model.Descriptor<GhprbExtension>


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
GhprbExtensionDescriptor()
           
 
Method Summary
static hudson.DescriptorExtensionList<GhprbExtension,GhprbExtensionDescriptor> allGlobal()
           
static hudson.DescriptorExtensionList<GhprbExtension,GhprbExtensionDescriptor> allProject()
           
static hudson.DescriptorExtensionList<GhprbExtension,GhprbExtensionDescriptor> getExtensions(Class<? extends GhprbExtensionType>... types)
           
 boolean isApplicable(Class<?> type)
           
 
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

GhprbExtensionDescriptor

public GhprbExtensionDescriptor()
Method Detail

isApplicable

public boolean isApplicable(Class<?> type)

getExtensions

public static hudson.DescriptorExtensionList<GhprbExtension,GhprbExtensionDescriptor> getExtensions(Class<? extends GhprbExtensionType>... types)

allProject

public static hudson.DescriptorExtensionList<GhprbExtension,GhprbExtensionDescriptor> allProject()

allGlobal

public static hudson.DescriptorExtensionList<GhprbExtension,GhprbExtensionDescriptor> allGlobal()


Copyright © 2004-2016. All Rights Reserved.