public class Pipeline extends Object
Constructor and Description |
---|
Pipeline() |
Modifier and Type | Method and Description |
---|---|
Pipeline |
addTasksItem(Task tasksItem) |
boolean |
equals(Object o) |
Input |
getInput()
Get or sets input document.
|
List<Task> |
getTasks()
Get or sets list of tasks representing pipeline.
|
int |
hashCode() |
Pipeline |
input(Input input) |
void |
setInput(Input input) |
void |
setTasks(List<Task> tasks) |
Pipeline |
tasks(List<Task> tasks) |
String |
toString() |
Copyright © 2022. All rights reserved.