tasks property

List<Task> tasks
getter/setter pair

The list of tasks defined in the configuration

Each task contains multiple jobs that define build and publish operations

Implementation

List<Task> tasks;