-
New Feature
-
Resolution: Fixed
-
Minor
While working on the design for JENKINS-51413, I and pvtuan10 noticed that SlaveComputer#setChannel() interface allows creating channels only based on I/O streams albeit the Channel logic itself and ChannelBuilders support other command transports.
I propose to add a new API methods so that other channel implementations can be defined by ComputerLaunchers (see Option 2 in JENKINS-51413)
- relates to
-
JENKINS-51413 Implementation of producer-consumer basic communication
- Resolved
-
JENKINS-51551 Allow CommandTransport and its sub-classes to be sub-typed from outside
- Resolved