Package ai.tock.bot.xray.model
Class XrayTestExecutionStepReport
-
- All Implemented Interfaces:
public final class XrayTestExecutionStepReport
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringcommentprivate final XrayStatusstatus
-
Constructor Summary
Constructors Constructor Description XrayTestExecutionStepReport(String comment, XrayStatus status)
-
Method Summary
Modifier and Type Method Description final StringgetComment()final XrayStatusgetStatus()-
-
Constructor Detail
-
XrayTestExecutionStepReport
XrayTestExecutionStepReport(String comment, XrayStatus status)
-
-
Method Detail
-
getComment
final String getComment()
-
getStatus
final XrayStatus getStatus()
-
-
-
-