Package | Description |
---|---|
com.compuware.ispw.model.rest |
Modifier and Type | Method and Description |
---|---|
List<TaskInfo> |
SetInfoResponse.getTasks() |
List<TaskInfo> |
TaskListResponse.getTasks() |
List<TaskInfo> |
BuildResponse.getTasksBuilt() |
Modifier and Type | Method and Description |
---|---|
void |
SetInfoResponse.addTask(TaskInfo task) |
void |
TaskListResponse.addTask(TaskInfo task) |
void |
BuildResponse.addTaskBuilt(TaskInfo builtTask) |
Modifier and Type | Method and Description |
---|---|
void |
SetInfoResponse.setTasks(List<TaskInfo> tasks) |
void |
BuildResponse.setTasksBuilt(List<TaskInfo> tasksBuilt) |
Copyright © 2016–2025. All rights reserved.