Uses of Class
step.repositories.azure.devops.rest.model.Outcome
-
Packages that use Outcome Package Description step.repositories.azure.devops.rest.model -
-
Uses of Outcome in step.repositories.azure.devops.rest.model
Methods in step.repositories.azure.devops.rest.model that return Outcome Modifier and Type Method Description static Outcome
Outcome. aggregate(java.util.Set<Outcome> outcomes)
static Outcome
Outcome. fromReportNodeStatus(step.core.artefacts.reports.ReportNodeStatus status)
static Outcome
Outcome. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Outcome[]
Outcome. values()
Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in step.repositories.azure.devops.rest.model with type arguments of type Outcome Modifier and Type Method Description static Outcome
Outcome. aggregate(java.util.Set<Outcome> outcomes)
-