Class XrayRun
- java.lang.Object
-
- step.repositories.jira.util.AutoToString
-
- step.repositories.jira.xray.client.model.rest.XrayRun
-
public class XrayRun extends AutoToString
-
-
Field Summary
Fields Modifier and Type Field Description Integer
id
XrayStatus
status
String
testExecKey
String
testKey
-
Constructor Summary
Constructors Constructor Description XrayRun()
-
-
-
Field Detail
-
id
public Integer id
-
status
public XrayStatus status
-
testKey
public String testKey
-
testExecKey
public String testExecKey
-
-