Uses of Enum
org.qubership.atp.mia.repo.impl.pool.ssh.ChannelType
Packages that use ChannelType
-
Uses of ChannelType in org.qubership.atp.mia.repo.impl
Methods in org.qubership.atp.mia.repo.impl with parameters of type ChannelTypeModifier and TypeMethodDescriptioncom.jcraft.jsch.ChannelSshSession.openChannel(ChannelType channelType) OpensChannel, don't requires already openedSession, because does it itself. -
Uses of ChannelType in org.qubership.atp.mia.repo.impl.pool.ssh
Methods in org.qubership.atp.mia.repo.impl.pool.ssh that return ChannelTypeModifier and TypeMethodDescriptionstatic ChannelTypeReturns the enum constant of this type with the specified name.static ChannelType[]ChannelType.values()Returns an array containing the constants of this enum type, in the order they are declared.