-
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 Integercomponent1()final Integercomponent2()final Stringcomponent3()final XrayPlanExecutionResultcopy(Integer success, Integer total, String errorMessage)final IntegergetSuccess()final IntegergetTotal()final StringgetErrorMessage()-
-
Method Detail
-
component1
final Integer component1()
-
component2
final Integer component2()
-
component3
final String component3()
-
copy
final XrayPlanExecutionResult copy(Integer success, Integer total, String errorMessage)
-
getSuccess
final Integer getSuccess()
-
getErrorMessage
final String getErrorMessage()
-
-
-
-