Uses of Class
step.repositories.azure.devops.rest.model.State
-
Packages that use State Package Description step.repositories.azure.devops.rest.model -
-
Uses of State in step.repositories.azure.devops.rest.model
Methods in step.repositories.azure.devops.rest.model that return State Modifier and Type Method Description State
Outcome. toState()
static State
State. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static State[]
State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in step.repositories.azure.devops.rest.model with parameters of type State Modifier and Type Method Description static TestRun.Create
TestRun.Create. apply(java.lang.String name, int planId, State state, java.lang.Integer... pointIds)
-