Interface XrayTestReference
-
- All Known Implementing Classes:
XrayExecutionTest
,XrayPlanTest
public interface XrayTestReference
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getKey()
String
getName()
Integer
getRank()
XrayStatus
getStatus()
-
-
-
Method Detail
-
getStatus
XrayStatus getStatus()
-
getRank
Integer getRank()
-
getKey
String getKey()
-
getName
String getName()
-
-