Uses of Class
org.qubership.atp.mia.model.impl.output.CommandOutput
Packages that use CommandOutput
Package
Description
-
Uses of CommandOutput in org.qubership.atp.mia.model.impl
Methods in org.qubership.atp.mia.model.impl with parameters of type CommandOutputModifier and TypeMethodDescriptionvoidCommandResponse.addCommandOutput(CommandOutput commandOutput) Adds CommandOutput.voidCommandResponse.addLog(CommandOutput commandOutput) Adds log (as first element of commandOutputs).voidCommandResponse.concatCommandOutput(CommandOutput commandOutput) Concat contents of CommandOutput.Method parameters in org.qubership.atp.mia.model.impl with type arguments of type CommandOutputModifier and TypeMethodDescriptionvoidCommandResponse.addCommandOutputs(LinkedList<CommandOutput> commandOutputs) Adds CommandOutputs.Constructors in org.qubership.atp.mia.model.impl with parameters of type CommandOutputConstructor parameters in org.qubership.atp.mia.model.impl with type arguments of type CommandOutput -
Uses of CommandOutput in org.qubership.atp.mia.model.impl.output
Methods in org.qubership.atp.mia.model.impl.output with parameters of type CommandOutputModifier and TypeMethodDescriptionvoidCommandOutput.concatContent(CommandOutput commandOutput) Adds to the existing marked content a new one. -
Uses of CommandOutput in org.qubership.atp.mia.repo.impl
Methods in org.qubership.atp.mia.repo.impl that return CommandOutputModifier and TypeMethodDescriptionShellRepository.fileNotFound(String internalPathToFile, String externalPathToFile, String errorMessage) Generates when file not found.ShellRepository.getFileOnServer(Command command, String pathToFile, boolean isDisplayed) Get file from server.