Class GetExecutionResponse
- java.lang.Object
-
- step.repositories.jira.zephyr.zapi.v1.model.GetExecutionResponse
-
public class GetExecutionResponse extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GetExecutionResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExecutionWrapper
getExecution()
void
setExecution(ExecutionWrapper execution)
-
-
-
Method Detail
-
getExecution
public ExecutionWrapper getExecution()
-
setExecution
public void setExecution(ExecutionWrapper execution)
-
-