dependsOn property

List<String>? dependsOn
final

An array of strings that contain the identifiers of the build groups that this build group depends on.

Implementation

final List<String>? dependsOn;