Uses of Interface
org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTElementContainer
-
Packages that use ModelASTElementContainer Package Description org.jenkinsci.plugins.pipeline.modeldefinition.ast -
-
Uses of ModelASTElementContainer in org.jenkinsci.plugins.pipeline.modeldefinition.ast
Classes in org.jenkinsci.plugins.pipeline.modeldefinition.ast that implement ModelASTElementContainer Modifier and Type Class Description classModelASTBuildParametersA container for one or moreModelASTBuildParameters.classModelASTClosureMapRepresents a map of names to possible method arguments, in closure form in GroovyclassModelASTLibrariesA container for one or more library stringsclassModelASTOptionsA container for one or moreModelASTOptionsclassModelASTTriggersA container for one or moreModelASTTriggers.Methods in org.jenkinsci.plugins.pipeline.modeldefinition.ast with parameters of type ModelASTElementContainer Modifier and Type Method Description protected static StringModelASTElement. toGroovyCheckEmpty(ModelASTElementContainer item)Translates this element and any children it may have into Pipeline Config-formatted Groovy, without any indentations.protected static ObjectModelASTElement. toJSONCheckEmpty(ModelASTElementContainer item)
-