public class KlocworkGatewayConfig extends hudson.model.AbstractDescribableImpl<KlocworkGatewayConfig>
Modifier and Type | Class and Description |
---|---|
static class |
KlocworkGatewayConfig.DescriptorImpl |
Constructor and Description |
---|
KlocworkGatewayConfig(boolean enableServerGateway,
List<KlocworkGatewayServerConfig> gatewayServerConfigs,
boolean enableDesktopGateway,
KlocworkGatewayDesktopConfig gatewayDesktopConfig) |
Modifier and Type | Method and Description |
---|---|
boolean |
getEnableDesktopGateway() |
boolean |
getEnableServerGateway() |
KlocworkGatewayDesktopConfig |
getGatewayDesktopConfig() |
List<KlocworkGatewayServerConfig> |
getGatewayServerConfigs() |
@DataBoundConstructor public KlocworkGatewayConfig(boolean enableServerGateway, List<KlocworkGatewayServerConfig> gatewayServerConfigs, boolean enableDesktopGateway, KlocworkGatewayDesktopConfig gatewayDesktopConfig)
public boolean getEnableServerGateway()
public List<KlocworkGatewayServerConfig> getGatewayServerConfigs()
public boolean getEnableDesktopGateway()
public KlocworkGatewayDesktopConfig getGatewayDesktopConfig()
Copyright © 2016–2017. All rights reserved.