PrimaryStepArgs

data class PrimaryStepArgs(val individualOutcome: Output<List<IndividualOutcomeArgs>>? = null, val rollUp: Output<PrimaryStepRollUp>? = null) : ConvertibleToJava<PrimaryStepArgs>

Stores rollup test status of multiple steps that were run as a group and outcome of each individual step.

Constructors

Link copied to clipboard
fun PrimaryStepArgs(individualOutcome: Output<List<IndividualOutcomeArgs>>? = null, rollUp: Output<PrimaryStepRollUp>? = null)

Functions

Link copied to clipboard
open override fun toJava(): PrimaryStepArgs

Properties

Link copied to clipboard

Step Id and outcome of each individual step.

Link copied to clipboard
val rollUp: Output<PrimaryStepRollUp>? = null

Rollup test status of multiple steps that were run with the same configuration as a group.