Uses of Class
com.chutneytesting.task.api.TaskDto
-
Packages that use TaskDto Package Description com.chutneytesting.task.api -
-
Uses of TaskDto in com.chutneytesting.task.api
Methods in com.chutneytesting.task.api that return TaskDto Modifier and Type Method Description TaskDtoTaskController. byTaskId(String taskId)static TaskDtoTaskTemplateMapper. toDto(TaskTemplate taskTemplate)Methods in com.chutneytesting.task.api that return types with arguments of type TaskDto Modifier and Type Method Description List<TaskDto>TaskController. allTasks()List<TaskDto>EmbeddedTaskEngine. getAllTasks()Optional<TaskDto>EmbeddedTaskEngine. getTask(String identifier)
-