public abstract class BuildWrapperDescriptor extends Descriptor<BuildWrapper>
Descriptor
for BuildWrapper
.Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
clazz
Modifier | Constructor and Description |
---|---|
protected |
BuildWrapperDescriptor()
Infers the type of the corresponding
Describable from the outer class. |
protected |
BuildWrapperDescriptor(Class<? extends BuildWrapper> clazz) |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
isApplicable(AbstractProject<?,?> item)
Returns true if this task is applicable to the given project.
|
addHelpFileRedirect, bindJSON, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getDisplayName, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getRequiredGlobalConfigPagePermission, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
protected BuildWrapperDescriptor(Class<? extends BuildWrapper> clazz)
protected BuildWrapperDescriptor()
Describable
from the outer class.
This version works when you follow the common convention, where a descriptor
is written as the static nested class of the describable class.public abstract boolean isApplicable(AbstractProject<?,?> item)
AbstractProject.AbstractProjectDescriptor.isApplicable(Descriptor)
Copyright © 2004–2022. All rights reserved.