com.polarion.alm.tracker.ai.IUseCaseRequest
METHODS
| Modifiers and Type | Name | Description |
|---|---|---|
| IUseCaseRequest | parameter(String,String) | Sets value of the use case parameter with the given name. See {@link IUseCaseBuilder#message(String,String)} for details on how parameters are defined in the use case messages. |
| IUseCaseResult | execute() | Executes the use case and returns the result. Instead of throwing exceptions (other than specified below), errors are reported as part of the result object. See {@link IUseCaseResult#error()} . |
Back to Index