getBuildOrder method

List<TaskInvocation> getBuildOrder ()

Return the calculated build order of the task invocations for this run.

Implementation

List<TaskInvocation> getBuildOrder() => _invocationOrder;