Uses of Class
org.qubership.integration.platform.variables.management.model.exportimport.instructions.ImportInstructionsExecutionResult
Packages that use ImportInstructionsExecutionResult
Package
Description
-
Uses of ImportInstructionsExecutionResult in org.qubership.integration.platform.variables.management.model.exportimport.instructions
Methods in org.qubership.integration.platform.variables.management.model.exportimport.instructions that return types with arguments of type ImportInstructionsExecutionResultModifier and TypeMethodDescriptionPerformInstructionsResult.importInstructionsExecutionResults()Returns the value of theimportInstructionsExecutionResultsrecord component.Constructor parameters in org.qubership.integration.platform.variables.management.model.exportimport.instructions with type arguments of type ImportInstructionsExecutionResultModifierConstructorDescriptionPerformInstructionsResult(Set<String> variablesToIgnore, List<ImportInstructionsExecutionResult> importInstructionsExecutionResults) Creates an instance of aPerformInstructionsResultrecord class. -
Uses of ImportInstructionsExecutionResult in org.qubership.integration.platform.variables.management.rest.v1.controller
Methods in org.qubership.integration.platform.variables.management.rest.v1.controller that return types with arguments of type ImportInstructionsExecutionResultModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<ImportInstructionsExecutionResult>> ImportInstructionsController.uploadImportInstructionsConfig(org.springframework.web.multipart.MultipartFile file, List<String> labels) -
Uses of ImportInstructionsExecutionResult in org.qubership.integration.platform.variables.management.service.exportimport.instructions
Methods in org.qubership.integration.platform.variables.management.service.exportimport.instructions that return types with arguments of type ImportInstructionsExecutionResultModifier and TypeMethodDescriptionImportInstructionsService.uploadImportInstructions(org.springframework.web.multipart.MultipartFile importInstructionsConfigFile, List<String> labels)