Package ai.tock.bot.xray
Class XrayPlanExecutionResult
-
- All Implemented Interfaces:
public final class XrayPlanExecutionResultA Xray test plan execution result.
-
-
Constructor Summary
Constructors Constructor Description XrayPlanExecutionResult(Integer success, Integer total, String errorMessage)
-
Method Summary
Modifier and Type Method Description final IntegergetSuccess()final IntegergetTotal()final StringgetErrorMessage()-
-
Method Detail
-
getSuccess
final Integer getSuccess()
-
getErrorMessage
final String getErrorMessage()
-
-
-
-