public class StepsToReproduce
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static StepsToReproduce |
getInstance() |
org.json.JSONArray |
getSteps() |
void |
setStep(java.lang.String type,
java.lang.String data)
Add a custom step.
|
public static StepsToReproduce getInstance()
public void setStep(java.lang.String type,
java.lang.String data)
type - any custom tagdata - additonal informationpublic org.json.JSONArray getSteps()