Uses of Class
step.repositories.jira.zephyr.zapi.v1.model.StepResult
- 
Packages that use StepResult Package Description step.repositories.jira.zephyr.zapi.v1 step.repositories.jira.zephyr.zapi.v1.model  - 
- 
Uses of StepResult in step.repositories.jira.zephyr.zapi.v1
Methods in step.repositories.jira.zephyr.zapi.v1 with parameters of type StepResult Modifier and Type Method Description java.lang.ObjectZephyrRestClient. updateStepResult(StepResult stepResult)java.lang.ObjectZephyrRestClientImpl. updateStepResult(StepResult stepResult) - 
Uses of StepResult in step.repositories.jira.zephyr.zapi.v1.model
Methods in step.repositories.jira.zephyr.zapi.v1.model that return types with arguments of type StepResult Modifier and Type Method Description java.util.List<StepResult>StepResults. getStepResults()Method parameters in step.repositories.jira.zephyr.zapi.v1.model with type arguments of type StepResult Modifier and Type Method Description voidStepResults. setStepResults(java.util.List<StepResult> stepResults) 
 -