Class TestPlan
java.lang.Object
org.squashtest.squash.automation.tm.testplan.library.model.TestPlan
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetConfigurations(Collection<ExecutionConfiguration> configurations) voidsetNamespace(String namespace) voidsetSuiteId(String suiteId) voidsetTestExecutionToTransmit(List<TestExecutionDTO> testExecutionToTransmit) voidsetTestPlanContext(TestPlanContext testPlanContext) voidsetTestSuite(TestSuite testSuite)
-
Field Details
-
TC_SOURCE_CODE_REPOSITORY_URL
- See Also:
-
TC_SOURCE_REPOSITORY_BRANCH
- See Also:
-
TC_AUTOMATED_TEST_REFERENCE
- See Also:
-
TC_AUTOMATED_TEST_TECHNOLOGY
- See Also:
-
-
Constructor Details
-
TestPlan
public TestPlan()
-
-
Method Details
-
getProjects
-
getSuiteId
-
setSuiteId
-
getTestSuite
-
setTestSuite
-
getNamespace
-
setNamespace
-
getConfigurations
-
setConfigurations
-
getTestPlanContext
-
setTestPlanContext
-
getTestExecutionToTransmit
-
setTestExecutionToTransmit
-