public class XrayPlanExecutionResult
A Xray test plan execution result.
public XrayPlanExecutionResult(int success,
int total,
@Nullable
java.lang.String errorMessage)
A Xray test plan execution result.
public int getSuccess()
public int getTotal()
@Nullable public java.lang.String getErrorMessage()
public int component1()
public int component2()
@Nullable public java.lang.String component3()
@NotNull public XrayPlanExecutionResult copy(int success, int total, @Nullable java.lang.String errorMessage)
A Xray test plan execution result.
@NotNull public java.lang.String toString()
A Xray test plan execution result.
public int hashCode()
A Xray test plan execution result.
public boolean equals(@Nullable
java.lang.Object p)
A Xray test plan execution result.