Build Test Work Unit
constructor(@Json(name = "name" ) name: String, @Json(name = "duration" ) duration: BuildTestOrContainerDuration, @Json(name = "outcome" ) outcome: TestWorkUnitOutcome, @Json(name = "tests" ) tests: List<BuildTestOrContainer>)
Parameters
name
The name of the work unit.
duration
outcome
tests
A list of test containers or test cases that were executed in this work unit.