Uses of Class
hudson.remoting.ChannelProperty

Packages that use ChannelProperty
hudson.remoting Remoting infrastructure for Hudson. 
 

Uses of ChannelProperty in hudson.remoting
 

Methods in hudson.remoting with parameters of type ChannelProperty
<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)
           
 



Copyright © 2012. All Rights Reserved.