Uses of Class
org.qubership.atp.mia.service.MiaContext
Packages that use MiaContext
Package
Description
-
Uses of MiaContext in org.qubership.atp.mia.model.impl
Methods in org.qubership.atp.mia.model.impl with parameters of type MiaContextModifier and TypeMethodDescriptionFlowData.getCustom(Constants.CustomParameters parameter, MiaContext miaContext) Gets custom parameter from flowData. -
Uses of MiaContext in org.qubership.atp.mia.model.impl.event
Constructors in org.qubership.atp.mia.model.impl.event with parameters of type MiaContextModifierConstructorDescriptionEventFromExcel(MiaContext miaContext) Defines and parses excel file. -
Uses of MiaContext in org.qubership.atp.mia.model.impl.generation
Constructors in org.qubership.atp.mia.model.impl.generation with parameters of type MiaContextModifierConstructorDescriptionTemplate(MiaContext miaContext, MiaFileService miaFileService, String relativeEthalonPath, String rawOutputFileName, String fileExtension, Charset charset) Constructs a Template instance using the provided context and file parameters. -
Uses of MiaContext in org.qubership.atp.mia.model.impl.output
Constructors in org.qubership.atp.mia.model.impl.output with parameters of type MiaContextModifierConstructorDescriptionCommandOutput(String internalPathToFile, String externalPathToFile, boolean isDisplayed, MiaContext miaContext) Command output output is generated from file with check of need to display on UI.CommandOutput(String internalPathToFile, String externalPathToFile, List<String> errorMessage, boolean isDisplayed, MiaContext miaContext) Constructor when file not found.HtmlPage(String internalPathToFile, String htmlText, MiaContext miaContext) Html Page output is generated from file. -
Uses of MiaContext in org.qubership.atp.mia.model.impl.testdata.parsed
Constructors in org.qubership.atp.mia.model.impl.testdata.parsed with parameters of type MiaContextModifierConstructorDescriptionDescription(String name, boolean onMainSheet, Map<String, String> params, MiaContext miaContext) Constructor with sort params of description.Description(String name, boolean onMainSheet, Map<String, String> params, MiaContext miaContext, boolean isSort) Constructor with sort or not of params of description.Description(String name, Map<String, String> params, MiaContext miaContext) Constructor with sort params of description. -
Uses of MiaContext in org.qubership.atp.mia.model.pot.db
Methods in org.qubership.atp.mia.model.pot.db with parameters of type MiaContextModifier and TypeMethodDescriptionvoidSqlResponse.setInternalPathToFile(String internalPathToFile, MiaContext miaContext) Sets internalPathToFile. -
Uses of MiaContext in org.qubership.atp.mia.repo.driver
Constructors in org.qubership.atp.mia.repo.driver with parameters of type MiaContextModifierConstructorDescriptionCassandraDriver(MiaContext miaContext) Constructor.CassandraDriver(MiaContext miaContext, int expireAfter, int cleanUpTimeout) Constructor with parameters (test usage). -
Uses of MiaContext in org.qubership.atp.mia.repo.impl
Constructors in org.qubership.atp.mia.repo.impl with parameters of type MiaContextModifierConstructorDescriptionSshConnectionManager(SshSession session, String extPrefix, MiaContext miaContext) Creates instance ofSshConnectionManager. -
Uses of MiaContext in org.qubership.atp.mia.repo.impl.pool.ssh
Constructors in org.qubership.atp.mia.repo.impl.pool.ssh with parameters of type MiaContextModifierConstructorDescriptionSshSessionPool(String cleanTimeout, String keepAlive, MiaContext miaContext) Creates connection pool for SSH connections.