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 ObjectZephyrRestClient. updateStepResult(StepResult stepResult)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 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(List<StepResult> stepResults)
-