Uses of Class
org.qubership.atp.mia.model.configuration.CommonConfiguration
Packages that use CommonConfiguration
Package
Description
-
Uses of CommonConfiguration in org.qubership.atp.mia.ei.component
Methods in org.qubership.atp.mia.ei.component that return CommonConfigurationModifier and TypeMethodDescriptionImportLoaderCommonConfiguration.toEntity(ProjectConfiguration projectConfig, ExportImportCommonConfiguration dto) -
Uses of CommonConfiguration in org.qubership.atp.mia.model.configuration
Methods in org.qubership.atp.mia.model.configuration that return CommonConfigurationModifier and TypeMethodDescriptionProjectConfiguration.getCommonConfiguration()Gets common configuration object. -
Uses of CommonConfiguration in org.qubership.atp.mia.model.ei
Methods in org.qubership.atp.mia.model.ei with parameters of type CommonConfigurationModifier and TypeMethodDescriptionstatic CommandPrefixExportImportCommandPrefix.toEntity(ProjectConfiguration projectConfiguration, ExportImportCommandPrefix eiCommandPrefix, CommonConfiguration commonConfiguration) To entity.Constructors in org.qubership.atp.mia.model.ei with parameters of type CommonConfigurationModifierConstructorDescriptionCreate new one from CommonConfiguration. -
Uses of CommonConfiguration in org.qubership.atp.mia.model.impl.generation
Methods in org.qubership.atp.mia.model.impl.generation with parameters of type CommonConfigurationModifier and TypeMethodDescriptionvoidTemplate.evaluateTemplate(Command command, CommonConfiguration commonConf, Map<String, String> params) Replaces EventParameter with EventTemplate in the content of template. -
Uses of CommonConfiguration in org.qubership.atp.mia.repo.impl
Methods in org.qubership.atp.mia.repo.impl with parameters of type CommonConfigurationModifier and TypeMethodDescriptionbooleanSshSession.isSame(Server server, CommonConfiguration configuration) Checks that properties not changed since connection store.Constructors in org.qubership.atp.mia.repo.impl with parameters of type CommonConfigurationModifierConstructorDescriptionSshSession(Server server, CommonConfiguration configuration) Creates details for ssh session, which used when openingChannelandSession. -
Uses of CommonConfiguration in org.qubership.atp.mia.repo.impl.pool.ssh
Methods in org.qubership.atp.mia.repo.impl.pool.ssh with parameters of type CommonConfigurationModifier and TypeMethodDescriptionvoidSshSessionPool.addTimeShiftSession(Server server, CommonConfiguration configuration) Adds SystemId and its time shift status, also creates/reopens session.