Class TestPlan
- java.lang.Object
-
- step.repositories.azure.devops.util.AutoToString
-
- step.repositories.azure.devops.rest.model.TestPlan
-
- All Implemented Interfaces:
java.lang.Comparable<TestPlan>
public class TestPlan extends AutoToString implements java.lang.Comparable<TestPlan>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TestPlan.Array
-
Field Summary
Fields Modifier and Type Field Description int
id
java.lang.String
name
IntegerIdRef
rootSuite
static RequestSpecification<TestPlan>
SPEC
-
Constructor Summary
Constructors Constructor Description TestPlan()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(TestPlan that)
-
Methods inherited from class step.repositories.azure.devops.util.AutoToString
toString
-
-
-
-
Field Detail
-
id
public int id
-
name
public java.lang.String name
-
rootSuite
public IntegerIdRef rootSuite
-
SPEC
public static final RequestSpecification<TestPlan> SPEC
-
-