Uses of Class
com.cloudbees.groovy.cps.CaseExpression
Packages that use CaseExpression
Package
Description
Even though classes in this package is public, they should not be referenced from outside this library.
-
Uses of CaseExpression in com.cloudbees.groovy.cps
Methods in com.cloudbees.groovy.cps that return CaseExpressionModifier and TypeMethodDescriptionMethods in com.cloudbees.groovy.cps with parameters of type CaseExpression -
Uses of CaseExpression in com.cloudbees.groovy.cps.impl
Constructor parameters in com.cloudbees.groovy.cps.impl with type arguments of type CaseExpressionModifierConstructorDescriptionSwitchBlock(String label, Block exp, Block default_, List<CaseExpression> cases)