parallelSettings property

ParallelSettings parallelSettings
final

How many tasks may run at once, or null when the file does not say.

Tasks are the unit of parallelism because the jobs inside one are ordered on purpose: a publish must not start before the build it uploads.

Implementation

final ParallelSettings parallelSettings;