succeededCount property

int get succeededCount

Implementation

int get succeededCount =>
    results.where((BuildStepResult r) => r.status == BuildStepStatus.success).length;