Uses of Class
step.repositories.jira.zephyr.zapi.v1.model.ExecutionWrapper
-
Packages that use ExecutionWrapper Package Description step.repositories.jira.zephyr.zapi.v1 step.repositories.jira.zephyr.zapi.v1.model -
-
Uses of ExecutionWrapper in step.repositories.jira.zephyr.zapi.v1
Methods in step.repositories.jira.zephyr.zapi.v1 that return ExecutionWrapper Modifier and Type Method Description ExecutionWrapper
ZephyrRestClient. getExecution(java.lang.String executionID, int issueId, int projectId)
ExecutionWrapper
ZephyrRestClientImpl. getExecution(java.lang.String executionID, int issueId, int projectId)
Methods in step.repositories.jira.zephyr.zapi.v1 that return types with arguments of type ExecutionWrapper Modifier and Type Method Description java.util.List<ExecutionWrapper>
ZephyrRestClient. getExecutionsByCycleId(java.lang.String cycleId, int issueId, int projectId)
java.util.List<ExecutionWrapper>
ZephyrRestClientImpl. getExecutionsByCycleId(java.lang.String cycleId, int projectId, int versionId)
java.util.List<ExecutionWrapper>
ZephyrRestClient. getExecutionsByZQL(java.lang.String zqlQuery)
java.util.List<ExecutionWrapper>
ZephyrRestClientImpl. getExecutionsByZQL(java.lang.String zqlQuery)
-
Uses of ExecutionWrapper in step.repositories.jira.zephyr.zapi.v1.model
Methods in step.repositories.jira.zephyr.zapi.v1.model that return ExecutionWrapper Modifier and Type Method Description ExecutionWrapper
GetExecutionResponse. getExecution()
Methods in step.repositories.jira.zephyr.zapi.v1.model with parameters of type ExecutionWrapper Modifier and Type Method Description void
GetExecutionResponse. setExecution(ExecutionWrapper execution)
-