public abstract class GlobalStageConditionalDescriptor<S extends GlobalStageConditional<S>> extends DeclarativeStageConditionalDescriptor<S>
GlobalStageConditionalDescriptor.FormException, Descriptor.PropertyType, Descriptor.Selfclazz| Constructor and Description |
|---|
GlobalStageConditionalDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
abstract Map<String,Object> |
argMapForCondition(org.jenkinsci.plugins.pipeline.modeldefinition.ast.InvisibleGlobalWhenCondition when)
Generates a map of strings to objects which
transformToRuntimeAST(ModelASTWhenContent) will use for instantiating
the GlobalStageConditional for this descriptor. |
boolean |
isInvisible()
Whether this conditional is an invisible global conditional.
|
org.codehaus.groovy.ast.expr.Expression |
transformToRuntimeAST(org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTWhenContent when) |
all, allInvisible, allNames, byName, forGenerator, getAllowedChildrenCount, getDescribableModels, inDirectiveGeneratorgetName, getScriptClass, newInstance, newInstanceaddHelpFileRedirect, 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, toMappublic abstract Map<String,Object> argMapForCondition(@NonNull org.jenkinsci.plugins.pipeline.modeldefinition.ast.InvisibleGlobalWhenCondition when)
transformToRuntimeAST(ModelASTWhenContent) will use for instantiating
the GlobalStageConditional for this descriptor.when - The when condition to be inspectedpublic final boolean isInvisible()
DeclarativeStageConditionalDescriptorisInvisible in class DeclarativeStageConditionalDescriptor<S extends GlobalStageConditional<S>>public final org.codehaus.groovy.ast.expr.Expression transformToRuntimeAST(@CheckForNull
org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTWhenContent when)
transformToRuntimeAST in class DeclarativeStageConditionalDescriptor<S extends GlobalStageConditional<S>>Copyright © 2016–2021. All rights reserved.