Uses of Class
org.qubership.atp.orchestrator.clients.dto.FlowExecutionRequestDto
Packages that use FlowExecutionRequestDto
Package
Description
-
Uses of FlowExecutionRequestDto in org.qubership.atp.orchestrator.clients.api
Methods in org.qubership.atp.orchestrator.clients.api with parameters of type FlowExecutionRequestDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<UUID> ProcessControllerApi.executeProcessViaDealer(@Valid FlowExecutionRequestDto flowExecutionRequestDto) POST /api/v1/processorchestrator/flow : Create new process via Dealer or Exists Engineorg.springframework.http.ResponseEntity<UUID> ProcessControllerApi.executeProcessViaDynamicBpmnGeneration(@Valid FlowExecutionRequestDto flowExecutionRequestDto) POST /api/v1/processorchestrator/flow/bpmn : Create new process via Dealer or Exists Engine -
Uses of FlowExecutionRequestDto in org.qubership.atp.orchestrator.clients.dto
Methods in org.qubership.atp.orchestrator.clients.dto that return FlowExecutionRequestDtoModifier and TypeMethodDescriptionFlowExecutionRequestDto.addEmailsItem(String emailsItem) FlowExecutionRequestDto.addSystemsItem(SystemDto systemsItem) FlowExecutionRequestDto.addTaSystemsItem(SystemDto taSystemsItem) FlowExecutionRequestDto.autoSyncCasesWithJira(Boolean autoSyncCasesWithJira) FlowExecutionRequestDto.autoSyncRunsWithJira(Boolean autoSyncRunsWithJira) FlowExecutionRequestDto.contextVariables(Object contextVariables) FlowExecutionRequestDto.dataSetStorageId(UUID dataSetStorageId) FlowExecutionRequestDto.emailSubject(String emailSubject) FlowExecutionRequestDto.emailTemplateId(UUID emailTemplateId) FlowExecutionRequestDto.environmentId(UUID environmentId) FlowExecutionRequestDto.executionRequestId(UUID executionRequestId) FlowExecutionRequestDto.executionRequestName(String executionRequestName) FlowExecutionRequestDto.executorId(UUID executorId) FlowExecutionRequestDto.itfTestRunId(BigDecimal itfTestRunId) FlowExecutionRequestDto.labelTemplateId(UUID labelTemplateId) FlowExecutionRequestDto.projectName(String projectName) FlowExecutionRequestDto.putToolsInfoItem(String key, String toolsInfoItem) FlowExecutionRequestDto.scope(EnrichedScopeDto scope) FlowExecutionRequestDto.taToolsGroupId(UUID taToolsGroupId) FlowExecutionRequestDto.testPlanId(UUID testPlanId) FlowExecutionRequestDto.testPlanName(String testPlanName) FlowExecutionRequestDto.testRunName(String testRunName) FlowExecutionRequestDto.testSuiteName(String testSuiteName) FlowExecutionRequestDto.threadCount(Integer threadCount) FlowExecutionRequestDto.widgetConfigTemplateId(UUID widgetConfigTemplateId)