Uses of Enum
org.qubership.atp.mia.model.impl.CommandResponse.CommandResponseType
Packages that use CommandResponse.CommandResponseType
Package
Description
-
Uses of CommandResponse.CommandResponseType in org.qubership.atp.mia.exceptions.runtimeerrors
Constructors in org.qubership.atp.mia.exceptions.runtimeerrors with parameters of type CommandResponse.CommandResponseTypeModifierConstructorDescription -
Uses of CommandResponse.CommandResponseType in org.qubership.atp.mia.model.impl
Methods in org.qubership.atp.mia.model.impl that return CommandResponse.CommandResponseTypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static CommandResponse.CommandResponseType[]CommandResponse.CommandResponseType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.qubership.atp.mia.model.impl with parameters of type CommandResponse.CommandResponseTypeModifier and TypeMethodDescriptionstatic StringCommandResponse.getConnectionNameFromResponseType(CommandResponse.CommandResponseType type) Transform response type to connection name from environments. -
Uses of CommandResponse.CommandResponseType in org.qubership.atp.mia.model.impl.executable
Methods in org.qubership.atp.mia.model.impl.executable that return CommandResponse.CommandResponseTypeModifier and TypeMethodDescriptionCommandType.getResponseType(CommandType commandType) Returns response type according command type. -
Uses of CommandResponse.CommandResponseType in org.qubership.atp.mia.service.execution
Methods in org.qubership.atp.mia.service.execution with parameters of type CommandResponse.CommandResponseTypeModifier and TypeMethodDescriptionvoidProcessService.fillFlowDataWithEnvVars(String system, CommandResponse.CommandResponseType type) Takes two parameters SYSTEM and CONNECTION_TYPE fromFlowDataand adds corresponding environment variables usingContextRepository.