Uses of Interface
org.jenkinsci.plugins.workflow.steps.DynamicContext.DelegatedContext
-
Uses of DynamicContext.DelegatedContext in org.jenkinsci.plugins.workflow.steps
Modifier and TypeMethodDescription<T> T
DynamicContext.get
(Class<T> key, DynamicContext.DelegatedContext context) Actually look up a given object in a particular context.final <U> U
DynamicContext.Typed.get
(Class<U> key, DynamicContext.DelegatedContext context) protected abstract T
DynamicContext.Typed.get
(DynamicContext.DelegatedContext context)