public class KlocworkGatewayCiConfig extends hudson.model.AbstractDescribableImpl<KlocworkGatewayCiConfig>
Modifier and Type | Class and Description |
---|---|
static class |
KlocworkGatewayCiConfig.DescriptorImpl |
Constructor and Description |
---|
KlocworkGatewayCiConfig(String threshold,
String reportFile) |
KlocworkGatewayCiConfig(String name,
String threshold,
String reportFile,
boolean stopBuild,
KlocworkSeverities enabledSeverites,
KlocworkStatuses enabledStatuses,
boolean enableHTMLReporting)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
KlocworkSeverities |
getEnabledSeverites() |
KlocworkStatuses |
getEnabledStatuses() |
boolean |
getFailUnstable() |
String |
getName() |
String |
getReportFile() |
boolean |
getStopBuild() |
String |
getThreshold() |
boolean |
isEnableHTMLReporting() |
boolean |
isStopBuild() |
protected Object |
readResolve() |
void |
setEnabledSeverites(KlocworkSeverities enabledSeverites) |
void |
setEnabledStatuses(KlocworkStatuses enabledStatuses) |
void |
setEnableHTMLReporting(boolean enableHTMLReporting) |
void |
setFailUnstable(boolean failUnstable) |
void |
setName(String name) |
void |
setReportFile(String reportFile) |
void |
setStopBuild(boolean stopBuild) |
void |
setThreshold(String threshold) |
@DataBoundConstructor public KlocworkGatewayCiConfig(String threshold, String reportFile)
@Deprecated public KlocworkGatewayCiConfig(String name, String threshold, String reportFile, boolean stopBuild, KlocworkSeverities enabledSeverites, KlocworkStatuses enabledStatuses, boolean enableHTMLReporting)
protected Object readResolve()
@DataBoundSetter public void setThreshold(String threshold)
@DataBoundSetter public void setReportFile(String reportFile)
@DataBoundSetter public void setName(String name)
@DataBoundSetter public void setStopBuild(boolean stopBuild)
@DataBoundSetter public void setFailUnstable(boolean failUnstable)
@DataBoundSetter public void setEnabledSeverites(KlocworkSeverities enabledSeverites)
@DataBoundSetter public void setEnabledStatuses(KlocworkStatuses enabledStatuses)
@DataBoundSetter public void setEnableHTMLReporting(boolean enableHTMLReporting)
public String getName()
public boolean isStopBuild()
public String getThreshold()
public String getReportFile()
public boolean getStopBuild()
public boolean getFailUnstable()
public KlocworkSeverities getEnabledSeverites()
public KlocworkStatuses getEnabledStatuses()
public boolean isEnableHTMLReporting()
Copyright © 2016–2019. All rights reserved.