public class KlocworkGatewayServerConfig extends hudson.model.AbstractDescribableImpl<KlocworkGatewayServerConfig>
Modifier and Type | Class and Description |
---|---|
static class |
KlocworkGatewayServerConfig.DescriptorImpl |
Constructor and Description |
---|
KlocworkGatewayServerConfig(String jobResult,
String query,
String threshold,
String conditionName,
boolean stopBuild,
boolean enableHTMLReporting) |
Modifier and Type | Method and Description |
---|---|
String |
getConditionName() |
String |
getJobResult() |
String |
getQuery() |
hudson.model.Result |
getResultValue() |
boolean |
getStopBuild() |
String |
getThreshold() |
boolean |
isEnableHTMLReporting() |
public boolean isEnableHTMLReporting()
public String getJobResult()
public String getQuery()
public String getThreshold()
public String getConditionName()
public hudson.model.Result getResultValue()
public boolean getStopBuild()
Copyright © 2016–2018. All rights reserved.