Uses of Class
hudson.remoting.ChannelProperty
Packages that use ChannelProperty
-
Uses of ChannelProperty in hudson.remoting
Fields in hudson.remoting declared as ChannelPropertyMethods in hudson.remoting with parameters of type ChannelPropertyModifier and TypeMethodDescription<T> T
Channel.getProperty
(ChannelProperty<T> key) <T> T
Channel.getRemoteProperty
(ChannelProperty<T> key) <T> T
Channel.setProperty
(ChannelProperty<T> key, T value) <T> T
Channel.waitForProperty
(ChannelProperty<T> key) <T> T
Channel.waitForRemoteProperty
(ChannelProperty<T> key) Deprecated.<T> ChannelBuilder
ChannelBuilder.withProperty
(ChannelProperty<T> key, T value)
ChannelProperty
is identity-equality, this method would never work.