Class TestingStrategyDto
java.lang.Object
org.qubership.atp.orchestrator.clients.dto.TestingStrategyDto
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2025-06-11T14:57:02.150935592Z[Etc/UTC]")
public class TestingStrategyDto
extends Object
TestingStrategyDto
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddFilteredByLabelsItem(UUID filteredByLabelsItem) addTestCaseIdsItem(UUID testCaseIdsItem) booleanexecuteExecution(Boolean executeExecution) executePrerequisites(Boolean executePrerequisites) executeValidation(Boolean executeValidation) filteredByLabels(Set<UUID> filteredByLabels) Get executeExecutionGet executePrerequisitesGet executeValidationGet filteredByLabelsGet testCaseIds@Valid UUIDGet testScopeIdinthashCode()voidsetExecuteExecution(Boolean executeExecution) voidsetExecutePrerequisites(Boolean executePrerequisites) voidsetExecuteValidation(Boolean executeValidation) voidsetFilteredByLabels(Set<UUID> filteredByLabels) voidsetTestCaseIds(List<UUID> testCaseIds) voidsetTestScopeId(UUID testScopeId) testCaseIds(List<UUID> testCaseIds) testScopeId(UUID testScopeId) toString()
-
Constructor Details
-
TestingStrategyDto
public TestingStrategyDto()
-
-
Method Details
-
executeExecution
-
getExecuteExecution
Get executeExecution- Returns:
- executeExecution
-
setExecuteExecution
-
executePrerequisites
-
getExecutePrerequisites
Get executePrerequisites- Returns:
- executePrerequisites
-
setExecutePrerequisites
-
executeValidation
-
getExecuteValidation
Get executeValidation- Returns:
- executeValidation
-
setExecuteValidation
-
testCaseIds
-
addTestCaseIdsItem
-
getTestCaseIds
Get testCaseIds- Returns:
- testCaseIds
-
setTestCaseIds
-
testScopeId
-
getTestScopeId
Get testScopeId- Returns:
- testScopeId
-
setTestScopeId
-
filteredByLabels
-
addFilteredByLabelsItem
-
getFilteredByLabels
Get filteredByLabels- Returns:
- filteredByLabels
-
setFilteredByLabels
-
equals
-
hashCode
public int hashCode() -
toString
-