| Modifier and Type | Method and Description |
|---|---|
TaskVersion1 |
ProjectVersion1.getTask(String name) |
TaskVersion1 |
ProjectVersion1.getTaskFromFullPath(String fullTaskName) |
| Modifier and Type | Method and Description |
|---|---|
List<TaskVersion1> |
ProjectVersion1.getDefaultTasks()
Builds a list of default tasks.
|
List<TaskVersion1> |
ProjectVersion1.getTasks() |
| Modifier and Type | Method and Description |
|---|---|
FavoriteTaskVersion1 |
FavoritesEditorVersion1.getFavorite(TaskVersion1 task)
Returns the favorite with the specified task
|
| Modifier and Type | Class and Description |
|---|---|
class |
TaskWrapper
Implementation of TaskVersion1 meant to help shield external users from internal changes.
|
| Modifier and Type | Method and Description |
|---|---|
TaskVersion1 |
ProjectWrapper.getTask(String name) |
TaskVersion1 |
ProjectWrapper.getTaskFromFullPath(String fullTaskName) |
| Modifier and Type | Method and Description |
|---|---|
static List<TaskVersion1> |
TaskWrapper.convertTasks(List<TaskView> taskViewList)
Converts the list of TaskView objects to TaskVersion1 objects.
|
List<TaskVersion1> |
ProjectWrapper.getDefaultTasks()
Builds a list of default tasks.
|
List<TaskVersion1> |
ProjectWrapper.getTasks() |
| Modifier and Type | Method and Description |
|---|---|
FavoriteTaskVersion1 |
FavoritesEditorWrapper.getFavorite(TaskVersion1 task) |
Copyright © 2013. All rights reserved