Uses of Class
org.qubership.atp.mia.model.impl.CommandResponse
Packages that use CommandResponse
Package
Description
-
Uses of CommandResponse in org.qubership.atp.mia.model.impl
Methods in org.qubership.atp.mia.model.impl that return CommandResponseModifier and TypeMethodDescriptionstatic CommandResponseCommandResponse.getCommandResponseWithFilledRequestInfo()GeneratesCommandResponsewith Connection info which filled with current date.Methods in org.qubership.atp.mia.model.impl with parameters of type CommandResponseModifier and TypeMethodDescriptionvoidCommandResponse.addCommandResponse(CommandResponse commandResponse) Adds CommandResponse. -
Uses of CommandResponse in org.qubership.atp.mia.model.impl.testdata.parsed
Method parameters in org.qubership.atp.mia.model.impl.testdata.parsed with type arguments of type CommandResponseModifier and TypeMethodDescriptionvoidQuery.updateResultsFromListCommandResponses(List<CommandResponse> commandResponses) Update results from list of commandResponses. -
Uses of CommandResponse in org.qubership.atp.mia.repo.impl
Methods in org.qubership.atp.mia.repo.impl that return CommandResponseModifier and TypeMethodDescriptionShellRepository.executeAndGetLog(Command command) Execute ssh command.RestRepository.sendRestRequest(Command command) Sends rest request.SoapRepository.sendSoapRequest(Command command) Sends soap request. -
Uses of CommandResponse in org.qubership.atp.mia.service.execution
Methods in org.qubership.atp.mia.service.execution that return CommandResponseModifier and TypeMethodDescriptionEvent parameters in test data file.SshExecutionHelperService.executeCommandAndCheckFileOnServer(Command command) Executes a ssh command, searches file into logs with regexp and downloads this file.SshExecutionHelperService.executeCommandAndDownloadFilesFromServer(Command command) Executes a ssh command, searches files on server with find + regexp and downloads files from server.SshExecutionHelperService.executeCommandAndGenerateFile(Command command) Generates a file from ethalon, uploads it on server and executes ssh command.SshExecutionHelperService.executeCommandAndTransferFileOnServer(Command command) Executes a ssh command and transfers files on server.SshExecutionHelperService.executeCommandAndUploadFile(Command command) Uploads file from input on server, executes command.SshExecutionHelperService.executeSingleCommand(Command command) Executes single SSH command.SshExecutionHelperService.generateEventFilesAndExecuteCommand(Command command) Generates a event files from ethalon, uploads files on server, executes a ssh command.Execute REST in test data file.RestExecutionHelperService.sendRestRequest(Command command) Sends rest request.SoapExecutionHelperService.sendSoapRequest(Command command) Sends soap request.Execute SOAP in test data file.Execute SQL in test data file.Execute SOAP in test data file.SshExecutionHelperService.uploadFilesAndDownloadResults(Command command) Generates a files from ethalon, uploads files on server, executes a ssh command, downloads result files.Validate parameters in test data file.Methods in org.qubership.atp.mia.service.execution that return types with arguments of type CommandResponseModifier and TypeMethodDescriptionSqlExecutionHelperService.executeCommand(String query, String system) Executes SQL command.SqlExecutionHelperService.executeCommand(String query, String system, Map<String, String> additionalParams, boolean toLimitRecords) Executes SQL command.