directDependencies property

Iterable<Step<Object?>> directDependencies
final

Direct dependencies of this step.

This is the steps that this step depends on, directly. These steps may depend on other steps and so forth. However, as the set of dependencies must be specified when a Step is created, it is not possible for there to be any dependency cycles.

Implementation

final Iterable<Step<Object?>> directDependencies;