java.lang.Object
org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTElement
org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTAgent
All Implemented Interfaces:
ModelASTMarkerInterface

public final class ModelASTAgent extends ModelASTElement
Represents what context in which to run the build - i.e., which label to run on, what Docker agent to run in, etc. Corresponds to Agent.
Author:
Andrew Bayer