Uses of Class
com.chutneytesting.task.api.TaskDto.InputsDto
-
Packages that use TaskDto.InputsDto Package Description com.chutneytesting.task.api -
-
Uses of TaskDto.InputsDto in com.chutneytesting.task.api
Methods in com.chutneytesting.task.api that return types with arguments of type TaskDto.InputsDto Modifier and Type Method Description List<TaskDto.InputsDto>TaskDto. getInputs()Constructor parameters in com.chutneytesting.task.api with type arguments of type TaskDto.InputsDto Constructor Description TaskDto(String identifier, boolean hasTarget, List<TaskDto.InputsDto> inputs)
-