Uses of Class
org.jenkinsci.plugins.workflow.steps.MissingContextVariableException
-
Uses of MissingContextVariableException in org.jenkinsci.plugins.workflow.steps
Modifier and TypeMethodDescriptionfinal void
StepDescriptor.checkContextAvailability
(StepContext c) Makes sure that the givenStepContext
has all the context parameters this descriptor wants to see, and if not, throwMissingContextVariableException
indicating which variable is missing.