| Package | Description |
|---|---|
| org.cloudbees.literate.api.v1 |
| Modifier and Type | Method and Description |
|---|---|
TaskCommands |
ProjectModel.getTask(String taskId)
Returns the task command for the specified task id.
|
static TaskCommands |
TaskCommands.merge(TaskCommands cmd1,
TaskCommands cmd2)
Merges two commands, the second one will be appended to the first.
|
| Modifier and Type | Method and Description |
|---|---|
ProjectModel.Builder |
ProjectModel.Builder.addTask(String taskId,
TaskCommands commands)
Adds the supplied task command.
|
static TaskCommands |
TaskCommands.merge(TaskCommands cmd1,
TaskCommands cmd2)
Merges two commands, the second one will be appended to the first.
|
Copyright © 2004-2014. All Rights Reserved.