Class TestStep.SharedStepInfo
- java.lang.Object
-
- step.repositories.azure.devops.util.AutoToString
-
- step.repositories.azure.devops.rest.model.TestStep.SharedStepInfo
-
- Enclosing class:
- TestStep
public static class TestStep.SharedStepInfo extends AutoToString
-
-
Field Summary
Fields Modifier and Type Field Description SharedStepModel
model
java.lang.String
title
-
Constructor Summary
Constructors Constructor Description SharedStepInfo(java.lang.String title, SharedStepModel model)
-
Method Summary
-
Methods inherited from class step.repositories.azure.devops.util.AutoToString
toString
-
-
-
-
Field Detail
-
title
public final java.lang.String title
-
model
public final SharedStepModel model
-
-
Constructor Detail
-
SharedStepInfo
public SharedStepInfo(java.lang.String title, SharedStepModel model)
-
-