-
public final class XrayTestExecution
-
-
Field Summary
Fields Modifier and Type Field Description private final StringtestExecutionKeyprivate final XrayTestExecutionInfoinfoprivate final List<XrayTestExecutionReport>tests
-
Constructor Summary
Constructors Constructor Description XrayTestExecution(String testExecutionKey, XrayTestExecutionInfo info, List<XrayTestExecutionReport> tests)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final XrayTestExecutionInfocomponent2()final List<XrayTestExecutionReport>component3()final XrayTestExecutioncopy(String testExecutionKey, XrayTestExecutionInfo info, List<XrayTestExecutionReport> tests)final StringgetTestExecutionKey()final XrayTestExecutionInfogetInfo()final List<XrayTestExecutionReport>getTests()-
-
Constructor Detail
-
XrayTestExecution
XrayTestExecution(String testExecutionKey, XrayTestExecutionInfo info, List<XrayTestExecutionReport> tests)
-
-
Method Detail
-
component1
final String component1()
-
component2
final XrayTestExecutionInfo component2()
-
component3
final List<XrayTestExecutionReport> component3()
-
copy
final XrayTestExecution copy(String testExecutionKey, XrayTestExecutionInfo info, List<XrayTestExecutionReport> tests)
-
getTestExecutionKey
final String getTestExecutionKey()
-
getInfo
final XrayTestExecutionInfo getInfo()
-
getTests
final List<XrayTestExecutionReport> getTests()
-
-
-
-