Uses of Class
org.qubership.atp.mia.model.impl.executable.Command
Packages that use Command
Package
Description
-
Uses of Command in org.qubership.atp.mia.model.impl.executable
Methods in org.qubership.atp.mia.model.impl.executable that return CommandModifier and TypeMethodDescriptionCommand.clone()Clones Command object.Command.setAtpValues(LinkedHashMap<String, String> atpValues) Sets ATP values.Command.setCharsetForGeneratedFile(String charsetForGeneratedFile) Sets charsetForGeneratedFile.Command.setDelayForGeneration(String delayForGeneration) Sets delayForGeneration.Command.setDisplayDownloadedFileContent(boolean displayDownloadedFileContent) Command.setEthalonFilesForGeneration(List<String> ethalonFilesForGeneration) Sets ethalonFilesForGeneration.Command.setFileExtension(String fileExtension) Sets fileExtension.Command.setFilesForUpload(List<String> filesForUpload) Command.setLogFileNameFormat(String logFileNameFormat) Sets fileExtension.Sets marker.Command.setNamesOfFilesForGeneration(List<String> namesOfFilesForGeneration) Sets namesOfFilesForGeneration.Command.setPathForUpload(String pathForUpload) Sets pathForUpload.Command.setPathsForDownload(List<String> pathsForDownload) Sets pathsForDownload.Command.setRegexpForFileRetrieve(String regexpForFileRetrieve) Sets regexpForFileRetrieve.Command.setSaveGeneratedFilesToParameter(String saveGeneratedFilesToParameter) Sets saveGeneratedFilesToParameter.Command.setToExecute(String toExecute) Sets toExecute.Command.setVariablesToExtractFromLog(LinkedHashMap<String, String> variablesToExtractFromLog) Sets variablesToExtractFromLog.Constructors in org.qubership.atp.mia.model.impl.executable with parameters of type Command -
Uses of Command in org.qubership.atp.mia.model.impl.generation
Methods in org.qubership.atp.mia.model.impl.generation with parameters of type CommandModifier and TypeMethodDescriptionvoidTemplate.evaluateTemplate(Command command, CommonConfiguration commonConf, Map<String, String> params) Replaces EventParameter with EventTemplate in the content of template. -
Uses of Command in org.qubership.atp.mia.repo.impl
Methods in org.qubership.atp.mia.repo.impl with parameters of type CommandModifier and TypeMethodDescriptionShellRepository.executeAndGetLog(Command command) Execute ssh command.voidTestDataRepository.generateEventDescription(Command command, LinkedList<Template> templates, Scenario sceMain, Description descrM, Description descrS) Generate event for description.voidTestDataRepository.generateEventScenario(Command command, LinkedList<Template> templates, Scenario sceMain, Scenario sceSec) Generate event scenario.ShellRepository.getFileOnServer(Command command, String pathToFile, boolean isDisplayed) Get file from server.RestRepository.getResponseBody(Command command, org.apache.http.HttpResponse httpResponse) Save HttpResponse in File and if it's text the string representation also returned.Gets Server.voidProcessStatusRepository.parseLogMarkers(ProcessStatus processStatus, Command command) Pass markers from command to processStatus with evaluation it according to FlowData.voidTestDataRepository.restScenario(Scenario sceMain, Scenario sceSec, Command command) REST in whole scenario.RestRepository.sendRestRequest(Command command) Sends rest request.SoapRepository.sendSoapRequest(Command command) Sends soap request.voidTestDataRepository.soapScenario(Scenario sceMain, Scenario sceSec, Command command) SOAP in whole scenario.voidTestDataRepository.sqlScenario(Scenario sceMain, Scenario sceSec, Command command) SQL in whole scenario.voidTestDataRepository.sshScenario(Scenario sceMain, Scenario sceSec, Command command) SSH in whole scenario.voidShellRepository.transferFileOnServer(Command command, String pathToFile, String pathToUpLoad) Transfer file on server. -
Uses of Command in org.qubership.atp.mia.service
Methods in org.qubership.atp.mia.service with parameters of type CommandModifier and TypeMethodDescriptionMiaContext.createLogFileName(Command command) Creates log file name. -
Uses of Command in org.qubership.atp.mia.service.execution
Methods in org.qubership.atp.mia.service.execution with parameters of type CommandModifier 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.SqlExecutionHelperService.executeValidations(List<Validation> validations, Command command) Executes validations.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.