@Extension public static final class ReverseBuildTrigger.DescriptorImpl extends TriggerDescriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Selfclazz| Constructor and Description |
|---|
DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
AutoCompletionCandidates |
doAutoCompleteUpstreamProjects(String value,
Item self,
ItemGroup container) |
FormValidation |
doCheckUpstreamProjects(Job project,
String value) |
String |
getDisplayName()
Human readable name of this kind of configurable object.
|
boolean |
isApplicable(Item item)
Returns true if this trigger is applicable to the
given
Item. |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, 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, toMappublic String getDisplayName()
DescriptorClass.getSimpleName() on Descriptor.clazz, so for example MyThing from some.pkg.MyThing.DescriptorImpl.
Historically some implementations returned null as a way of hiding the descriptor from the UI,
but this is generally managed by an explicit method such as isEnabled or isApplicable.getDisplayName in class Descriptor<Trigger<?>>public boolean isApplicable(Item item)
TriggerDescriptorItem.isApplicable in class TriggerDescriptorpublic AutoCompletionCandidates doAutoCompleteUpstreamProjects(@QueryParameter String value, @AncestorInPath Item self, @AncestorInPath ItemGroup container)
public FormValidation doCheckUpstreamProjects(@AncestorInPath Job project, @QueryParameter String value)
Copyright © 2019. All rights reserved.