| Package | Description |
|---|---|
| org.gradle.api.tasks.diagnostics.internal |
| Modifier and Type | Method and Description |
|---|---|
TaskDetails |
TaskDetailsFactory.create(Task task) |
| Modifier and Type | Method and Description |
|---|---|
Set<TaskDetails> |
TaskDetails.getChildren() |
Set<TaskDetails> |
TaskDetails.getDependencies() |
Set<TaskDetails> |
TaskReportModel.getTasksForGroup(String group)
Returns the tasks for the given group, in the order that they should be displayed.
|
Set<TaskDetails> |
SingleProjectTaskReportModel.getTasksForGroup(String group) |
Set<TaskDetails> |
DefaultGroupTaskReportModel.getTasksForGroup(String group) |
Set<TaskDetails> |
AggregateMultiProjectTaskReportModel.getTasksForGroup(String group) |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskReportRenderer.addChildTask(TaskDetails task) |
void |
TaskReportRenderer.addTask(TaskDetails task)
Writes a task for the current project.
|
Copyright © 2013. All rights reserved