Package | Description |
---|---|
org.jenkinsci.plugins.pipeline.modeldefinition.ast |
Modifier and Type | Class and Description |
---|---|
class |
ModelASTNamedArgumentList
Represents the named parameters for a step in a map of
ModelASTKey s and ModelASTValue s. |
class |
ModelASTPositionalArgumentList
Represents the positional parameters for a step in a list of
ModelASTValue s. |
class |
ModelASTSingleArgument
Represents a single unnamed argument.
|
Modifier and Type | Method and Description |
---|---|
ModelASTArgumentList |
ModelASTStep.getArgs() |
Modifier and Type | Method and Description |
---|---|
void |
ModelASTStep.setArgs(ModelASTArgumentList args) |
Copyright © 2016–2017. All rights reserved.