public final class PropertyUtils extends Object
Modifier and Type | Method and Description |
---|---|
static <T> T |
getMapProperty(hudson.remoting.ChannelProperty<?> property,
String key) |
static <T> T |
getProperty(hudson.remoting.ChannelProperty<T> property) |
static void |
setMapProperty(hudson.remoting.ChannelProperty<?> property,
String key,
Object object) |
static void |
setProperty(hudson.remoting.ChannelProperty<?> property,
Object object) |
public static <T> T getProperty(hudson.remoting.ChannelProperty<T> property)
public static void setProperty(hudson.remoting.ChannelProperty<?> property, Object object)
public static <T> T getMapProperty(hudson.remoting.ChannelProperty<?> property, String key)
Copyright © 2016–2019. All rights reserved.