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