public class KlocworkFailureConditionServerConfig extends hudson.model.AbstractDescribableImpl<KlocworkFailureConditionServerConfig>
| Modifier and Type | Class and Description |
|---|---|
static class |
KlocworkFailureConditionServerConfig.DescriptorImpl |
| Constructor and Description |
|---|
KlocworkFailureConditionServerConfig(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() |
String |
toString() |
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–2023. All rights reserved.