com.thalesgroup.hudson.plugins.cppcheck
Class CppcheckConfig
java.lang.Object
com.thalesgroup.hudson.plugins.cppcheck.CppcheckConfig
public class CppcheckConfig
- extends java.lang.Object
|
Constructor Summary |
CppcheckConfig()
|
CppcheckConfig(java.lang.String cppcheckReportPattern,
java.lang.String threshold,
java.lang.String newThreshold,
java.lang.String failureThreshold,
java.lang.String newFailureThreshold,
java.lang.String healthy,
java.lang.String unHealthy,
boolean severityError,
boolean severityPossibleError,
boolean severityStyle,
boolean severityPossibleStyle)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CppcheckConfig
public CppcheckConfig()
CppcheckConfig
@DataBoundConstructor
public CppcheckConfig(java.lang.String cppcheckReportPattern,
java.lang.String threshold,
java.lang.String newThreshold,
java.lang.String failureThreshold,
java.lang.String newFailureThreshold,
java.lang.String healthy,
java.lang.String unHealthy,
boolean severityError,
boolean severityPossibleError,
boolean severityStyle,
boolean severityPossibleStyle)
getCppcheckReportPattern
public java.lang.String getCppcheckReportPattern()
setCppcheckReportPattern
public void setCppcheckReportPattern(java.lang.String cppcheckReportPattern)
getThreshold
public java.lang.String getThreshold()
setThreshold
public void setThreshold(java.lang.String threshold)
getNewThreshold
public java.lang.String getNewThreshold()
setNewThreshold
public void setNewThreshold(java.lang.String newThreshold)
getFailureThreshold
public java.lang.String getFailureThreshold()
setFailureThreshold
public void setFailureThreshold(java.lang.String failureThreshold)
getNewFailureThreshold
public java.lang.String getNewFailureThreshold()
setNewFailureThreshold
public void setNewFailureThreshold(java.lang.String newFailureThreshold)
getHealthy
public java.lang.String getHealthy()
setHealthy
public void setHealthy(java.lang.String healthy)
getUnHealthy
public java.lang.String getUnHealthy()
setUnHealthy
public void setUnHealthy(java.lang.String unHealthy)
isSeverityError
public boolean isSeverityError()
setseverityError
public void setseverityError(boolean severityError)
isSeverityPossibleError
public boolean isSeverityPossibleError()
setseverityPossibleError
public void setseverityPossibleError(boolean severityPossibleError)
isSeverityStyle
public boolean isSeverityStyle()
setseverityStyle
public void setseverityStyle(boolean severityStyle)
isSeverityPossibleStyle
public boolean isSeverityPossibleStyle()
setseverityPossibleStyle
public void setseverityPossibleStyle(boolean severityPossibleStyle)
isAllSeverities
public boolean isAllSeverities()
Copyright © 2009. All Rights Reserved.