Uses of Class
org.jenkinsci.remoting.ChannelStateException
Packages that use ChannelStateException
-
Uses of ChannelStateException in hudson.remoting
Subclasses of ChannelStateException in hudson.remotingModifier and TypeClassDescriptionclass
Indicates that the channel is already closed or being closed.Methods in hudson.remoting that throw ChannelStateExceptionModifier and TypeMethodDescriptiondefault Channel
Callable.getChannelOrFail()
Gets a channel for the operation inside callable.default Channel
Callable.getOpenChannelOrFail()
Gets an open channel, which is ready to accept commands.