Class TestRun.Create
- java.lang.Object
-
- step.repositories.azure.devops.util.AutoToString
-
- step.repositories.azure.devops.rest.model.TestRun.Create
-
- Enclosing class:
- TestRun
public static class TestRun.Create extends AutoToString
-
-
Constructor Summary
Constructors Constructor Description Create()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TestRun.Create
apply(String name, int planId, State state, Integer... pointIds)
-
Methods inherited from class step.repositories.azure.devops.util.AutoToString
toString
-
-
-
-
Field Detail
-
name
public String name
-
plan
public IntegerIdRef plan
-
state
public String state
-
-
Method Detail
-
apply
public static TestRun.Create apply(String name, int planId, State state, Integer... pointIds)
-
-