-
public final class XrayPlanExecutionConfiguration
-
-
Field Summary
Fields Modifier and Type Field Description private final StringconfigurationIdprivate final StringtestKeyprivate final StringtestPlanKeyprivate final StringtestedBotId
-
Constructor Summary
Constructors Constructor Description XrayPlanExecutionConfiguration(String configurationId, String testKey, String testPlanKey, String testedBotId)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Stringcomponent2()final Stringcomponent3()final Stringcomponent4()final XrayPlanExecutionConfigurationcopy(String configurationId, String testKey, String testPlanKey, String testedBotId)final StringgetConfigurationId()final StringgetTestKey()final StringgetTestPlanKey()final StringgetTestedBotId()-
-
Method Detail
-
component1
final String component1()
-
component2
final String component2()
-
component3
final String component3()
-
component4
final String component4()
-
copy
final XrayPlanExecutionConfiguration copy(String configurationId, String testKey, String testPlanKey, String testedBotId)
-
getConfigurationId
final String getConfigurationId()
-
getTestKey
final String getTestKey()
-
getTestPlanKey
final String getTestPlanKey()
-
getTestedBotId
final String getTestedBotId()
-
-
-
-