Class ChannelProperty<T>

java.lang.Object
hudson.remoting.ChannelProperty<T>
All Implemented Interfaces:
Serializable

public class ChannelProperty<T> extends Object implements Serializable
Author:
Kohsuke Kawaguchi
See Also:
  • Field Details

    • type

      public final Class<T> type
    • displayName

      public final String displayName
  • Constructor Details

    • ChannelProperty

      public ChannelProperty(Class<T> type, String displayName)