| Package | Description |
|---|---|
| org.qetools.task_generator | |
| org.qetools.task_generator.core |
| Modifier and Type | Method and Description |
|---|---|
protected Task |
TaskGenerator.resolve(Task task) |
protected Task |
TaskGenerator.setMissingFields(Task child,
Task parent)
Sets missing task fields from a parent.
|
| Modifier and Type | Method and Description |
|---|---|
List<Task> |
Template.getTasks() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TaskGenerator.createSubtask(Task subtask,
Task task)
Creates a subtask of a given task / epic.
|
protected void |
TaskGenerator.createTask(Task task,
Epic epic)
Creates a task which will be linked the an epic.
|
protected Map<String,String> |
TaskGenerator.fields(Task task) |
protected Task |
TaskGenerator.resolve(Task task) |
protected Task |
TaskGenerator.setMissingFields(Task child,
Task parent)
Sets missing task fields from a parent.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Template.setTasks(List<Task> tasks) |
| Modifier and Type | Class and Description |
|---|---|
class |
Epic
Epic is a special case of Task.
|
| Modifier and Type | Method and Description |
|---|---|
Task |
Task.getParent() |
| Modifier and Type | Method and Description |
|---|---|
List<Task> |
Task.getSubtasks() |
List<Task> |
Epic.getTasks() |
| Modifier and Type | Method and Description |
|---|---|
void |
Task.setParent(Task parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
Task.setSubtasks(List<Task> subtasks) |
void |
Epic.setTasks(List<Task> tasks) |
Copyright © 2022. All rights reserved.