Class PopulateDescriptor
- java.lang.Object
-
- hudson.model.Descriptor<Populate>
-
- org.jenkinsci.plugins.p4.populate.PopulateDescriptor
-
- Direct Known Subclasses:
AutoCleanImpl.DescriptorImpl
,CheckOnlyImpl.DescriptorImpl
,FlushOnlyImpl.DescriptorImpl
,ForceCleanImpl.DescriptorImpl
,GraphHybridImpl.DescriptorImpl
,SyncOnlyImpl.DescriptorImpl
public abstract class PopulateDescriptor extends Descriptor<Populate>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
-
-
Field Summary
-
Fields inherited from class hudson.model.Descriptor
clazz
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
PopulateDescriptor()
PopulateDescriptor(Class<? extends Populate> clazz)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description AutoCompletionCandidates
doAutoCompletePin(String value)
abstract boolean
isGraphCompatible()
-
Methods inherited from class hudson.model.Descriptor
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, getStaticHelpUrl, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
-
-
-
Method Detail
-
doAutoCompletePin
public AutoCompletionCandidates doAutoCompletePin(@QueryParameter String value)
-
isGraphCompatible
public abstract boolean isGraphCompatible()
-
-