| 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
ModelASTKeys and ModelASTValues. |
class |
ModelASTPositionalArgumentList
Represents the positional parameters for a step in a list of
ModelASTValues. |
class |
ModelASTSingleArgument
Represents a single unnamed argument.
|
| Modifier and Type | Method and Description |
|---|---|
ModelASTArgumentList |
ModelASTWhenCondition.getArgs() |
ModelASTArgumentList |
ModelASTStep.getArgs() |
| Modifier and Type | Method and Description |
|---|---|
void |
ModelASTWhenCondition.setArgs(ModelASTArgumentList args) |
void |
ModelASTStep.setArgs(ModelASTArgumentList args) |
Copyright © 2016–2021. All rights reserved.