Uses of Class
dev.cdevents.models.testcaserun.finished.Content.Outcome
-
Packages that use Content.Outcome Package Description dev.cdevents.events Copyright 2023-Present https://cdevents.dev/ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.dev.cdevents.models.testcaserun.finished -
-
Uses of Content.Outcome in dev.cdevents.events
Methods in dev.cdevents.events with parameters of type Content.Outcome Modifier and Type Method Description voidTestcaserunFinishedCDEvent. setSubjectOutcome(Content.Outcome outcome) -
Uses of Content.Outcome in dev.cdevents.models.testcaserun.finished
Methods in dev.cdevents.models.testcaserun.finished that return Content.Outcome Modifier and Type Method Description static Content.OutcomeContent.Outcome. fromValue(String value)Content.OutcomeContent. getOutcome()(Required)static Content.OutcomeContent.Outcome. valueOf(String name)Returns the enum constant of this type with the specified name.static Content.Outcome[]Content.Outcome. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.cdevents.models.testcaserun.finished with parameters of type Content.Outcome Modifier and Type Method Description voidContent. setOutcome(Content.Outcome outcome)(Required)
-