@Beta
public interface PiActionModel
| Modifier and Type | Method and Description |
|---|---|
String |
name()
Returns the name of this action.
|
Optional<PiActionParamModel> |
param(String name)
Returns the model of this action's parameter defined by the given name, if present.
|
List<PiActionParamModel> |
params()
Returns the list of action parameter models, ordered according to the same action parameters
defined in the pipeline model.
|
String name()
Optional<PiActionParamModel> param(String name)
name - action nameList<PiActionParamModel> params()