Class DynamicContext.Typed<T>

java.lang.Object
org.jenkinsci.plugins.workflow.steps.DynamicContext.Typed<T>
Type Parameters:
T - the type of object
All Implemented Interfaces:
ExtensionPoint, DynamicContext
Enclosing interface:
DynamicContext

public abstract static class DynamicContext.Typed<T> extends Object implements DynamicContext
A convenience subclass for the common case that you are returning only one kind of object.