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 enableCiGateway,
KlocworkGatewayCiConfig gatewayCiConfig) |
Modifier and Type | Method and Description |
---|---|
boolean |
getEnableCiGateway() |
boolean |
getEnableServerGateway() |
KlocworkGatewayCiConfig |
getGatewayCiConfig() |
List<KlocworkGatewayServerConfig> |
getGatewayServerConfigs() |
protected Object |
readResolve() |
@DataBoundConstructor public KlocworkGatewayConfig(boolean enableServerGateway, List<KlocworkGatewayServerConfig> gatewayServerConfigs, boolean enableCiGateway, KlocworkGatewayCiConfig gatewayCiConfig)
protected Object readResolve()
public boolean getEnableServerGateway()
public List<KlocworkGatewayServerConfig> getGatewayServerConfigs()
public boolean getEnableCiGateway()
public KlocworkGatewayCiConfig getGatewayCiConfig()
Copyright © 2016–2018. All rights reserved.